Python Programming Basics and Algorithms
Python Programming Basics and Algorithms
What is an algorithm?
What characteristics should an algorithm possess?
3)Dar dos ejemplos de algoritmos en la vida real.
What is Python?
5) What are variables and how do they work?
6) What are the basic data types in Python?
7) How to assign and display values in a variable?
8) What are conditional structures and how do they work?
9) What are repetitive structures and how do they work?
10) Develop an algorithm in Python that:
a. Request the input of the base and height of a triangle and display how
result on its basis
b. Ask him to enter the amount of the restaurant bill, apply it
21% VAT and 10% tip, and report the total amount to pay.
c. Request the input of two numbers and calculate the 4 operations
basics (addition, subtraction, multiplication, division) and power with
real exponent. The algorithm must display the numbers and the
results.