#dating sim
energy = 10
flirtpower = 5
print ('welcome to Paragonia dating simulator!')
print ('it is a sunny day at the end of the summer. You are new to
Paragonia Highschool.')
print ('A cute blonde boy walks up to you. he says:')
name = int (input ("what's your name?"))
print ('-Nice too meet you, ' name ,'! My name is Alex, Alex Snowdon.
He smiles at you.')
python說'無效語法',並突出顯示變量'name'。我究竟做錯了什麼?我是一個完整的初學者...python不接受我的變量
你forg在之前的字符串和'name'之間加一個逗號。 –