Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #72.8K
2 Posted Topics
Re: If you use input instead of raw_input it will look for input as an integer as opposed to string. If you do want to use raw_input then use int(temp) < 21 and int(temp) > 24 temp = input('Enter temperature: ') if temp < 21: print 'Too cold' elif temp > … | |
I am working on a personal project and am trying to figure out if Python 3 or PHP would work better. I prefer Python because I am trying to hone my skills at it and at the same time I really do like its syntax and ease to learn. I … |
The End.