Compare Strings in the Python Input List

后端 未结 0 612
甜味超标
甜味超标 2021-01-01 10:24

I have code like this :

n = list(input().split()) #Input score in alphabet
for i in n :
    if i == "E" : 
        print("You Have Bad Score&qu         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题