main.py 1 user_int = int(input("Enter integer (32-126):\n")) 2 user_float = float(input("Enter float\n")) user_charz int(input("Enter character\n")) user_string= str(input("Enter string:\n")) print(user_int,user_float,User_char user_string) 5. print(user_string,user_char,user_float,user_int) print(user_int,"convertrd to character is",chr(user_int)) 7 80

Database System Concepts
7th Edition
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Chapter1: Introduction
Section: Chapter Questions
Problem 1PE
icon
Related questions
Question

how to fix this 

PyCharm
File
Edit View Navigate
Code
Refactor
Run
Tools
VCS
Window Help
65%
Fri 11:59 PM Matt
pythonProject1 – main.py
pythonProject1
main.py
main
main.py x
user_int =
int(input("Enter integer (32-126):\n"))
A 10 X1 ^ v
2
user_float =
float(input("Enter float\n"))
user_char= int(input("Enter character\n"))
user_string= str(input("Enter string:\n"))
print(user_int user_float,user_char user_string)
print(user_string user_charLuser_float,user_int)
print(user_int,"convertrd to character is" chr(user_int))
7
8.
Run:
main x
Enter character
Traceback (most recent call last):
File "/Users/Matt/PycharmProjects/pythonProject1/main.py", line 3, in <module>
user_char= int(input("Enter character\n"))
File "<string>", line 1, in <module>
NameError: name 'z' is not defined
Process finished with exit code 1
Run
E TODO
e Problems
- Terminal
Python Packages
Python Console
Event Log
PyCharm 2021.1.3 available || Update... (a minute ago)
15:1 Python 2.7 (pythonProject1)
JUL
555-7361
EGGS
Lou
PC
3D
MILK
I Project
5
H. Structure
* Favorites
il
0000
Transcribed Image Text:PyCharm File Edit View Navigate Code Refactor Run Tools VCS Window Help 65% Fri 11:59 PM Matt pythonProject1 – main.py pythonProject1 main.py main main.py x user_int = int(input("Enter integer (32-126):\n")) A 10 X1 ^ v 2 user_float = float(input("Enter float\n")) user_char= int(input("Enter character\n")) user_string= str(input("Enter string:\n")) print(user_int user_float,user_char user_string) print(user_string user_charLuser_float,user_int) print(user_int,"convertrd to character is" chr(user_int)) 7 8. Run: main x Enter character Traceback (most recent call last): File "/Users/Matt/PycharmProjects/pythonProject1/main.py", line 3, in <module> user_char= int(input("Enter character\n")) File "<string>", line 1, in <module> NameError: name 'z' is not defined Process finished with exit code 1 Run E TODO e Problems - Terminal Python Packages Python Console Event Log PyCharm 2021.1.3 available || Update... (a minute ago) 15:1 Python 2.7 (pythonProject1) JUL 555-7361 EGGS Lou PC 3D MILK I Project 5 H. Structure * Favorites il 0000
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 2 steps with 2 images

Blurred answer
Knowledge Booster
Avoiding deadlock
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.
Recommended textbooks for you
Database System Concepts
Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education
Starting Out with Python (4th Edition)
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
C How to Program (8th Edition)
C How to Program (8th Edition)
Computer Science
ISBN:
9780133976892
Author:
Paul J. Deitel, Harvey Deitel
Publisher:
PEARSON
Database Systems: Design, Implementation, & Manag…
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781337627900
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning
Programmable Logic Controllers
Programmable Logic Controllers
Computer Science
ISBN:
9780073373843
Author:
Frank D. Petruzella
Publisher:
McGraw-Hill Education