Adam
@adamseider2009
I came back to PY recently and this is one of my old projects I don't know how to make AI so this is a two player game. Enjoy!
Python
Wilke000 
Yay!3 years ago
k9chelsea2 really kool :D
now gib me all your moneys
the fact that this was made with python makes me go: y e s3 years ago
Blablathrthr blockquote class="tiktok-embed" cite="https://www.tiktok.com/@hayla_4g/video/7088576227648277765"9 months ago
have fun!!! this is a rocket thingy. Enjoy!
DynamicSquid That's actually pretty good! Make sure that imports are your first line of code, and \n adds a new line:
instead of:
print("Hello World!")
print()
you can do:
print("Hello World!\n")
`3 years ago
I am a beginner wanting to get ideas and get better. New addition Hangman!!
Python
Jakman Yes you may get feedback. However do not quit when the feedback you receive is negative. Good job so far.3 years ago
Wilke000 I love it! But try this:
from time import sleep as slp
so that you can do
name=input('What is your name?')
slp(2)
print('Hello, '+name+)
so it would type "What is your name?" then the user would answer, then the program would wait 2 seconds, then say "Hello, (the user's name)" or whatever you want it to do
And also
image:)3 years ago