I need help with design and code of three simple Pythonapplications utilizing Lists, Tuples, and Dictionaries, Control,and Selection Statements. You can use Python’s default editor IDLE(Integrated Development and Learning Environment) or a Pythoneditor of your choice to complete.
- Write a Python application that takes in a first name and alast name, and prints the following greeting “Hello,full_name”.
- Write a Python application (based on your application fromexercise #1) that stores names for three people in a list, andmakes use of a for loop for printing the greeting “Hello,full name”.
- Write a simple Python calculator application that performsaddition, subtraction, multiplication, and division.
Solution
Thanks for
OR
OR