Question: 1. Write a python program that asks the user the following question: What year student are you? If they answer 1: Print Welcome to York

1. Write a python program that asks the user the following question:

What year student are you?

  • If they answer 1:
  1. Print "Welcome to York University!"

  • If they answer 2:
  1. Print "Almost halfway done!"

  • If they answer 3:
  1. Print "Just a little more!"

  • If they answer 4:
  1. Print "Final stretch!"

  • If they answer anything else:
  1. Print "Please answer with a number between 1-4"

2. Write a python program that will take an input from the user and check if the input is a string or integer.

  • Example 1
  1. Input: Give an example input. 123
  2. Output: Your input was an integer.

  • Example 2
  1. Input: Give an example input. Hello World
  2. Output: Your input was a string

Help would be appreciated, thank you.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!