filmov
tv
2022-Spring: Lab 1.3 - Intro to Python

Показать описание
Instructions:
Create a python script file using an IDE. The file should have the following pieces of information:
* Include the python shebang:
- #!/usr/bin/env python3
* Include standard comments for our class as comments:
- Your Name
- Class Section
- Class Assignment Number
* Include a "Hello World" Message
Create a python script file using an IDE. The file should have the following pieces of information:
* Include the python shebang:
- #!/usr/bin/env python3
* Include standard comments for our class as comments:
- Your Name
- Class Section
- Class Assignment Number
* Include a "Hello World" Message