Loading Events

« All Events

  • This event has passed.

11 AM Python Level 1

November 16, 2019 @ 11:00 am - 12:00 pm
  1. We went over the quiz result.
  2. We went over how to use random module.
  3. Homework
    1. Inside the  “Nov16_PasswordGenerator.py” file
    2. Ask user from shell, “How many password you want? “
    3. Create a for loop which will loop according to the number that user enter in the shell.
    4. Inside the for loop, generate random items from
      1. adjectives list
      2. nouns list
      3. random number between 10 to 99
      4. punctuations list
      5. Combine all of these random string into one string and print to the shell.

Details