大家好,这是我的第一篇文章,我只编写了大约一周的代码,我的学校老师也不是最擅长解释事情的,所以请友好:) 我正在尝试制作一个程序来显示 a 的定义单词然后用户将输入他们认为的单词。如果他们做对了,他们将获得 2 分,如果他们写错 1 个字母,他们将获得 1 分,如果超过 1 个字母是错误的,他们将是给0分。将来用户将不得不登录,但我首先在这部分工作。任何想法如何让它发挥作用?
score = score
definition1 = "the round red or green fruit grown on a tree and used in pies"
word1 = "apple"
def spellingtest ():
print (definition1)
spellinginput = input ("enter spelling")
if spellinginput == word1
print = ("Well done, you have entered spelling correctly") and score = score+100
编辑:当我运行它时,我在这一行得到一个无效的语法错误
if spellinginput == word1