0
How to inter tap in mobile phone please help me😣
I was writing a python script Script: name = ("what is your name") if name == "jihad" print("you are not allowed") after "jihad" need a inter but when I inter that happens. This is the problem.please help me 😣I was writing a python script Script: name = ("what is your name") if name == "jihad" print("you are not allowed")
3 Respuestas
+ 1
JIHAD
There are syntax error in your code..
1:-use a colon (:) after the condition in an if statement.
2:-`input()`function is missing,
Use `input()`function this will allow them to enter their name...
See this correct version..
name = input("What is your name? ")
if name == "jihad":
print("You are not allowed")
+ 1
Thanks
0
Enter tap or press