• Profile picture of MannyAnims

    MannyAnimssubscriberuc-winner-lvl1occifermega-noder 2023-01-05 03:16:11 UTC

    I’m starting to learn code,

    Learned a bit of python today, so that’s good.

    2
    • 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

      2023-01-05 05:09:54 UTC 1
      • Replying to: vuicefrom manny import Manny from wii import Wii if Manny.isCodi

        Fuck I can’t do indents

        2023-01-05 05:10:55 UTC 1
      • 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,

        Which you’re probably right.

        2023-01-05 05:11:32 UTC 0
        • Replying to: MannyAnimsI didn’t understand anything besides the print part and the

          ā€œelifā€ is just another way of saying ā€œelse: ifā€ for cleaner syntax

          2023-01-05 05:16:18 UTC 1