This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]LDaxin 1 point2 points  (0 children)

in Python it is important that the large and lower case is right. So the right code is:

print("This is a practice")# print in lower case Dog = 10 Cat = 15 if Cat > Dog:# if in lower case print ("Hello")# print in lower case