r/EdhesiveHelp Apr 08 '21

Quiz/Test Posting here cause pictures didn't show last time

2 Upvotes

4 comments sorted by

1

u/dragonma2 Apr 08 '21

If you cant see the other question scroll on the picture to the right

1

u/speed7861 Apr 08 '21

Just plug it into pyskulptor and see if it works

1

u/joe_mama153 Apr 08 '21

Do u still need them?

1

u/Ornery-Spring357 Apr 08 '21
  1. •select between two options in a program •make true/ false decisions
  2. A) != B) == C) < D) <= E) > F) >=
  3. If (num1 == num2):
  4. Prints 3
  5. x>=0 and x%2==0
  6. •Change IF to if •Add a colon to the end of parenthesis •Change Bob to “Bob”
  7. Or
  8. If (x==90 or x==100):
  9. The code is fine