Posts
 
Reputation
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
~21.6K People Reached
Favorite Forums
Favorite Tags

3 Posted Topics

Member Avatar for Cup of Squirrel

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"))

Member Avatar for Jason_15
1
18K
Member Avatar for avgprogramerjoe

UGH UGH UGH. SO MANY IF ELSE STATEMENTS! AND PYTHON COMES WITH COLLISION DETECTION!

Member Avatar for astronautlevel
0
3K
Member Avatar for astronautlevel

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!

0
108

The End.