Learning Python from scratch with exercises
exercise one: Write a program that displays the string Hello World! on the screen.
Exercise two: Write a program that stores the string Hello World! in a variable and then displays the contents of the variable on the screen.
Exercise Three: Write a program that asks for the user's name on the console and after the user enters it, displays the string Hello ! on the screen, where is the name that the user has entered.
ExerciseFour: Write a program that displays the result of the following arithmetic operation on the screen.
by: Abnersilva