Session1_Introduction_to_Python_and_Programming
Session1_Introduction_to_Python_and_Programming
TO PYTHON AND
PROGRAMMING
Naming rules:
1. Simple input:
input() always returns a string, so you may need to convert it for numbers.
1. Simple input:
input() always returns a string, so you may need to convert it for numbers.
Letʼs Practice!
Task 1 Write a program that asks for two numbers and prints their sum.
Task 2 Create a program that greets the user with their name.
Task 3 Write a program to convert Celsius to Fahrenheit:
Some materials to read