if Manny.isCoding(): Manny.setMentalBreakdown(True) # makes sure you canāt have fun
elif Manny.usingWii(): Wii.explode(power=30) # i stole this code from Nintendo
else: print(āyou should be animatingā) # self explanatory
Replying to:vuicefrom manny import Manny
from wii import Wii
if Manny.isCodi
I didnāt understand anything besides the print part and the comments part. (Iām referring to the #, unless comments actually isnāt the name, idk)
Although you are probably saying that I will have mental breakdowns and it will be very frustrating for me to learn code,
from manny import Manny
from wii import Wii
if Manny.isCoding():
Manny.setMentalBreakdown(True) # makes sure you canāt have fun
elif Manny.usingWii():
Wii.explode(power=30) # i stole this code from Nintendo
else:
print(āyou should be animatingā) # self explanatory
Fuck I canāt do indents
I didnāt understand anything besides the print part and the comments part. (Iām referring to the #, unless comments actually isnāt the name, idk)
Although you are probably saying that I will have mental breakdowns and it will be very frustrating for me to learn code,
Which youāre probably right.
āelifā is just another way of saying āelse: ifā for cleaner syntax