Lab Exercises: 1. Write a script that will generate a random number between 1 and 20 and the user needs to guess that number. If the user enters a wrong number, print a message that indicates that. The user needs to keep trying until the user guesses the right number. Once the user guesses the right number, the program needs to stop and print a message telling the user that he/she guessed the number. 2. Write a function that will take an email from the user as an input, check if the email is in correct format: Email Id (Text before the @ sign) with a length greater than 2. O rion 2.1. 22

C++ for Engineers and Scientists
4th Edition
ISBN:9781133187844
Author:Bronson, Gary J.
Publisher:Bronson, Gary J.
Chapter6: Modularity Using Functions
Section6.2: Returning A Single Value
Problem 13E
icon
Related questions
Question

Qustion number 3

using paython, please!

Lab Exercises:
Write a script that will generate a random number between 1 and 20 and the user
needs to guess that number. If the user enters a wrong number, print a message that
indicates that. The user needs to keep trying until the user guesses the right number.
Once the user guesses the right number, the program needs to stop and print a
message telling the user that he/she guessed the number.
1.
2. Write a function that will take an email from the user as an input, check if the email is
in correct format:
2.1.
Email Id (Text before the @ sign) with a length greater than 2.
2.2.
@ sign
2.3.
Valid domain (list of valid domains are: psut.edu.jo, hotmail.com, gmail.com)
should be no spaces in the email at all.
2.5. The length of the email should not be greater than 20 characters.
If any of the previous parts are missing, the script must notify the user with exactly
which part is wrong. If all the parts are correct then the script must notify the user that
it's a valid email address.
3. Using the file "passwd.txt" create a script that will create a new file that contains (per
line):
3.1. "The user USERNAME id is USERID and their default shell is DEFAULT_SHELL"
You need to replace USERNAME with the username, USERID with the user's ID and
DEFAULT_SHELL with the user's default shell.
Example: The user hamzah id is 1001 and their default shell is /bin/sh
Transcribed Image Text:Lab Exercises: Write a script that will generate a random number between 1 and 20 and the user needs to guess that number. If the user enters a wrong number, print a message that indicates that. The user needs to keep trying until the user guesses the right number. Once the user guesses the right number, the program needs to stop and print a message telling the user that he/she guessed the number. 1. 2. Write a function that will take an email from the user as an input, check if the email is in correct format: 2.1. Email Id (Text before the @ sign) with a length greater than 2. 2.2. @ sign 2.3. Valid domain (list of valid domains are: psut.edu.jo, hotmail.com, gmail.com) should be no spaces in the email at all. 2.5. The length of the email should not be greater than 20 characters. If any of the previous parts are missing, the script must notify the user with exactly which part is wrong. If all the parts are correct then the script must notify the user that it's a valid email address. 3. Using the file "passwd.txt" create a script that will create a new file that contains (per line): 3.1. "The user USERNAME id is USERID and their default shell is DEFAULT_SHELL" You need to replace USERNAME with the username, USERID with the user's ID and DEFAULT_SHELL with the user's default shell. Example: The user hamzah id is 1001 and their default shell is /bin/sh
Expert Solution
steps

Step by step

Solved in 2 steps with 3 images

Blurred answer
Knowledge Booster
Business Models
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning