Note, if using python verson 3.0 the print command has been turned into a function. So users using python 3.00 must use print as such:print("This computer is going to eat %s"%person)
By the way, this is why python didn't recognize the print command in class
Note, if using python verson 3.0 the print command has been turned into a function. So users using python 3.00 must use print as such:
ReplyDeleteprint("This computer is going to eat %s"%person)
By the way, this is why python didn't recognize the print command in class
ReplyDelete