Question: Practice Exercises: 1 . Create a new folder called software 1 0 1 . Click here for Hint 2 . In it , create
Practice Exercises:
Create a new folder called "software
Click here for Hint
In it create a new file called softwarepy
Click here for Hint
Write code to print software engineering is awesome
Click here for Hint
Write a code to print the message: software engineering is awesome
Click here for Solution
Paste the code below to the software.py file and save it using CtrlS
message "software engineering is awesome"
printmessage
Copied!
Run the program.
Click here for Solution
Run the program in the terminal using the below command:
python software.py
Copied!Executed!
Edit the software.py file and make s & e in software engineering is awesome to uppercase.
Click here for Solution
Change the message from software engineering is awesome to Software Engineering is awesome in software.py
Run the update file.
Click here for Solution
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
