Answer the question
In order to leave comments, you need to log in
How to fix a syntax error in Python?
Please help me fix the error in the code.
The task of the program: Determine the gender if the full name is written in random order
print "Vvedite svoe FIO v sluchainom poryadke"
S = raw_input()
if "vich" in S
print "Male"
else:
print "female"
raw_input()
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question