Question: need help with the activity in the below picture. Using replit with python and just beginning. Using Repl.it, create a Python repl with the name
Using Repl.it, create a Python repl with the name "lastName U2AE". In your repl, create a Python program that: 1. Has a docstring with the program name, your name, the date the file was last updated, and a brief discussion on the purpose of the program, at the top of the file. 2. Has comments explaining each line of code. 3. Demonstrates the use of basic Python data types (int, float, str) by assigning values to variables and constants, using the correct naming conventions (e.g., camel type for variable names, upper case for constants). 4. Use the variables you created in a series of print statements, using expressions comprised of your variables and each of the basic Python operators listed in Table 2-6 of your text. (Please refer to Table 2-6). Make sure your code runs without logic or syntax errors
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
