2022-Spring: Lab 2.4 - Intro to Python

preview_player
Показать описание
Instructions:
1. Include standard multi-line comments for our class as comments:
Your Name
Class + Section + Semester
File Description

2. Include five variables:
* An integer with value 0 named var_int
* An integer with a value 100 named my_score
* A float with an value 10.10 named var_float
* A string with a value of your first and last name named name_full
* A string with a value of "JJC" called jjc

3. Print each value to the screen using a print statement.

4. Use comments to describe what each section of code does
* Except for step 1, since it is a comment itself it is self explanatory

5. Please name the file as follows
Рекомендации по теме