- Compulsory Task 2 Follow These Steps Create A Python File Called Full Name Py In This Folder This Program Will Be 1 (60.69 KiB) Viewed 52 times
Compulsory Task 2 Follow these steps: ● Create a Python file called full_name.py in this folder. ● This program will be
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
Compulsory Task 2 Follow these steps: ● Create a Python file called full_name.py in this folder. ● This program will be
Compulsory Task 2 Follow these steps: ● Create a Python file called full_name.py in this folder. ● This program will be used to validate that a user inputs at least two names when asked to enter their full name. ● Ask the user to input their full name. ● Do some validation to check that the user has entered a full name. Give an appropriate error message if they haven't. One of the following messages should be displayed based on the user's input: O "You haven't entered anything. Please enter your full name." o "You have entered less than 4 characters. Please make sure that you have entered your name and surname." o "You have entered more than 25 characters. Please make sure that you have only entered your full name." o "Thank you for entering your name."