05-09-2013, 05:25 PM
(05-09-2013, 05:11 PM)MexicanAnime Wrote: The response I receive from previously mentioned person is usually "I'm a programmer", justifying that it's natural for him to make mistakes like that. That really doesn't help though when he uses the wrong "your".
I don't see how being a programmer justifies bad spelling habits. In fact, that would be way worse for a programmer who misspells keywords that will screw up their program.
Unless he means he gives variables junk names like this:
Code:
#Get input from user
f = int( input("Please enter the temperature in F."))
#Convert F to C
fart = (f - 32) * (5/9)
#Display the result
print(fart)
Or does he mean, i_Like_To_Type_Like_This;
or Hello, mexicanAnime