1)Fix the following code so that if a user types "hello" for input, there is no crash. Instead, "oops" is printed to the console. year_born = int(input("In what year were you born?")) print("You were born in %d" % year_born 2)List four types of built-in Python errors (e.g. IndentationError is one; name four more) 3)Write code that tries to get int input from the user. If a ValueError gets raised, capture the Error in a variable called "e" and print the variable after converting it to a string

C++ for Engineers and Scientists
4th Edition
ISBN:9781133187844
Author:Bronson, Gary J.
Publisher:Bronson, Gary J.
Chapter4: Selection Structures
Section: Chapter Questions
Problem 6PP
icon
Related questions
Question
SUBJECT PYTHON PROGRAMING 1)Fix the following code so that if a user types "hello" for input, there is no crash. Instead, "oops" is printed to the console. year_born = int(input("In what year were you born?")) print("You were born in %d" % year_born 2)List four types of built-in Python errors (e.g. IndentationError is one; name four more) 3)Write code that tries to get int input from the user. If a ValueError gets raised, capture the Error in a variable called "e" and print the variable after converting it to a string
Expert Solution
steps

Step by step

Solved in 3 steps with 3 images

Blurred answer
Knowledge Booster
Literals
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning