- 1
age = 38 name = "Jerry" others = "lisa", "meek", "Praise" if age and name == 18 and "Jerry": print("Drive") elif age and nam
why does it keep printing Do not Drive instead of Drive
2 Answers
+ 3
Please link your complete code. Do not put code into the heading, it gets cut off.
+ 2
Important: link from Code Playground