+ 2
whats wrong?
I cant get this part of my code to work (python) A = input("imput 1") if (A == 1) print "yes" If anyone can help thank you so much this is driving me crazy.
7 ответов
+ 4
Here is the Solution:
https://code.sololearn.com/c3h4s9ab18Am/?ref=app
+ 3
Nvm typo thanks for all the help I was going crazy
+ 2
colon ":" after if statement is missing
it should be
if (A==1):
+ 2
ok,go to bad, please discuss later.
+ 1
Thanks so much
0
parenthesis "( )" missing in print statement
0
where are you having doubt