American Young Coder

AYC logo
Loading Events

« All Events

  • This event has passed.

6 PM – Intro To Python

June 6, 2020 @ 6:00 pm - 7:00 pm

  1. We went over last week homework.
  2. Homework for Jonathan and Benjamin:
    1. Create a list of Integers: 345, 9, -20,40. Use for loop to print every number in the list.
    2. Create a variable, name,  whose value is a String: “bEnjAmiN” . Print the variable to the shell and use the String built in function to get the following result:
      1. BENJAMIN
        Benjamin
    3. Create a program that would continuously ask user to “Are we there yet? ” . If user answer “Yes”, the program will print “Hurray” and break from the loop. If not it will continuously ask the user the same question again. If you do the program properly, it will look like below
      1. Are we there yet? No
        Are we there yet? No
        Are we there yet? asdfadf
        Are we there yet? Yes
        Hurray

Details

Date:
June 6, 2020
Time:
6:00 pm - 7:00 pm
Event Categories:
,