Jump to content
Banner by ~ Ice Princess Silky

Solace

User
  • Posts

    178
  • Joined

  • Last visited

About Solace

  • Birthday 1999-08-09

Profile Information

  • Gender
    Not Telling
  • Location
    Earth
  • Personal Motto
    I have no idea what to do with my life, that's what makes it so fun

MLP Forums

  • Favorite Forum Section
    Everfree Forest

My Little Pony

  • Best Anthropomorphic FiM Race
    Pegasus

Recent Profile Visitors

16,223 profile views

Solace's Achievements

Butterfly

Butterfly (5/23)

407

Brohooves Received

Single Status Update

See all updates by Solace

  1. ugh. if, else and elif statements have me stumped x(

    1. Show previous comments  8 more
    2. Solace

      Solace

      def greater_less_equal_5(answer):

      if

      return 1

      elif

      return -1

      else:

      return 0

       

      print greater_less_equal_5(4)

      print greater_less_equal_5(5)

      print greater_less_equal_5(6)

       

       

      this is specificly what i'm haveing trouble with (don't judge me i'm 14 and on my second day xD)

    3. Swick (ded)

      Swick (ded)

      I'm fourteen too XP

       

      ... After looking at your code, I have determined that I have no idea how Python works. :D

    4. Solace

      Solace

      i started with html, but quickly ditched that for python

×
×
  • Create New...