Joined
Last Seen
0 Reputation Points
100% Quality Score
- Upvotes Received
- 2
- Posts with Upvotes
- 1
- Upvoting Members
- 2
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
0 Endorsements
Ranked #55.0K
3 Posted Topics
Re: If you want to input an interger, try: foo = int(input("Enter a number:")) If you want a decimal, also called a float,try: foo = float(input("Enter a decimal")) For text use: foo = str(raw_input("Enter your name")) | |
Re: UGH UGH UGH. SO MANY IF ELSE STATEMENTS! AND PYTHON COMES WITH COLLISION DETECTION! | |
Hi guys. I made a pong game with Python, and I was looking for some possible improvements. The code can be found [here](https://github.com/astronautlevel/Python-Repo/blob/master/Python/Pong%20game/Pong.py). Please look at it and reccomend some improvements. Thanks! |
The End.