name = input("Enter your name: )
age = input("Enter your age: )
age = int(age)
if (name and age == jimmy and 35):
print ("BLABLABLABLABLABLAB")
how can I make a code that has the same effect has the code that I wrote even
though it isn’t a real working code. I hope you understand this code.
Basically, it asks you your name and age. And then, if (the name input and the
age input) == (jimmy and 35):
it prints blablablablablabl
_______________________________________________
Tutor maillist - Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor