Need Help Design Code Three Simple Python Applications Utilizing Lists Tuples Dictionaries Q37100087

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.

  1. Write a Python application that takes in a first name and alast name, and prints the following greeting “Hello,full_name”.
  2. 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”.
  3. Write a simple Python calculator application that performsaddition, subtraction, multiplication, and division.

Solution


Thanks for

OR
OR

Leave a Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.