Upvote this if you want one of these
Upvote this if you want one of these
I put the lyrics to smash mouth's 'all-stars' and got this,
way i like it gets dumb with her thumb in the ground running didnt make sense not to do so much to the back streets youll never know if you get the show on go play hey now youre bundled up now youre an l on go youll never shine if you dont stop coming and they dont stop coming and they say it gets smart but your brain gets dumb with her thumb in the moon hey now youre an all that glitters is gold only shooting stars somebody once told me the mold its a rock star get paid and i like it and i could i could i need to live for the moon go forthe back streets youll never know if you get older but your brain gets colder youre an all star get your brain gets dumb so much to live for gas i aint
...wow
A nice game, a bit hard though. But it deserves an upvote for me!
@catejenn I guess, but if your me, I only watch videos when I need to figure something out for a project.
@Japoll246 Open file explorer and find the image you want, then drag the image over where your files are in your repl and then drop. I hope this helps. Also, send a link to your repl here when your done, I would love to see it!
I'm addressing it, its bad and its not a language, I know. I didn't 2 years ago, but I do now, so you don't have to comment on it.
@TobyS Fixed
@RobaLobDob lol!
@SPQR lol! If i could i would be a millionaire by now! xD
@PYer Oh, in that case, use it if you like to! Good post by the way!
@Edgod I might try that!
@minx28 thx
You could do for clear instead...
from time import sleep
import replit
def clear():
replit.clear()
def play(stages):
for stage in stages:
print(stage)
sleep(.50)
clear()
clear()
print('Hello. This is a stick man animation. Hope you like it!')
sleep(3)
clear()
stages = [
'''
0
/|\\
/ \\
''',
'''
0/
/|
/ \\
''',
'''
0
/|\\
/ \\
''',
'''
0/
/|
/ \\
''',
'''
\\0
|\\
/ \\
''',
'''
0 /|_0
/|\\ <-|-|/|
/ \\ \|/ \\
''',
'''
0 /|_0
/|\\ <-|-|/|
/ \\ \|/ \\
''',
'''
0 /|_0
/|\\ <-|-|/|
/ \\ \|/ \\
''',
'''
0 /|_0
/|\\ <--| |/|
/ \\ \|/ \\
''',
'''
0 /|_0
/|\\ <-- | |/|
/ \\ \|/ \\
''',
'''
0 /|_0
/|\\ <-- | |/|
/ \\ \|/ \\
''',
'''
0 /|_0
/|\\ <-- | |/|
/ \\ \|/ \\
''',
'''
0 /|_0
/|\\<-- | |/|
/ \\ \\|/ \\
''',
'''
_0
/|
/ \\
''',
'''
0
/|\\
/ \\
''',
'''
0/
/|
/ \\
''',
'''
\\0
|\\
/ \\
''',
'''
0
/|\\
/ \\
'''
]
play(stages)
play(stages)
play(stages)
sleep(3)
print('Thanks for watching!')
sleep(5)
clear()
Otherwise pretty good!
@Hacker22 Coding memes...
The best kind of memes!
It's a bit confusing this...
Also, for anyone who has the same problem and can't understand what I said, here's what it would look like:
> install divide
Installing divide...
Divide installed
run divide
> (YOUR NUMBER)
> (YOUR NUMBER)
(The answer)
You could watch YouTube tutorials for python!
@Lumpy_Wiggles By manipulating the way Python handles coloured text, I was able to make the text have a white box and be white or have the text have a black box and be black.
@Reader8765 Lol!
Can you try and make it so that answers ending in .0 doesn't have a decimal?
@kaldisberzins It is a calculator, because a calculator is just anything where you enter an equation, and get an answer.
@amasad Probably
@LightninMcQuade I actually have a simaler repl to that, it is here if you want to check it out https://repl.it/@HarveyH/MULTI-MATHS . Also, I might check that out. Thanks for telling me!
Lol, I used my random number generator on this and one of them actually won!
Your overloading it. It's printing Hello every possible frames and therefore crashes it. Try this instead:
import time
while True:
time.sleep(5)
print("Hello")
By doing that, it'll wait 5 seconds before print Hello.
hi
@Pepper100 Your welcome!
@Pepper100 I'm assuming someone has already fixed it for you because it seems to work great, but I am glad that you are learning! Nice piece of code and thank you for asking on here.
@CSharpIsGud oh ok
Wow, this is pretty neat. That's an upvote from me!