Share your repls and programming experiences
Battle against randomized characters while choosing the right one for you! Sorry it repeats
Awesome Game !!! I love it! Only one thing:
import os; os.system('clear') is a code which will clear the screen. Try adding it after each battle. Other than that, great job!
import os; os.system('clear')
@NeilBhaduri ok i will import os
@DerekHu2, also do time.sleep(5) so I can see the results of the battle.
time.sleep(5)
@NeilBhaduri ok import time and sleep
yup @DerekHu2
Awesome Game !!! I love it! Only one thing:
import os; os.system('clear')
is a code which will clear the screen. Try adding it after each battle. Other than that, great job!@NeilBhaduri ok i will import os
@DerekHu2, also do
time.sleep(5)
so I can see the results of the battle.@NeilBhaduri ok import time and sleep
yup @DerekHu2