PyZombis aayush/matplotlib@acd586a
Social
Runestone in social media:
Follow @iRunestone
Our Facebook Page
Help support us:
Search
Table of Contents
Book Index
User
Assignments
Practice
Change Course
Instructor's Page
Progress Page
Edit Profile
Change Password
Register
Login
Dark Mode
Scratch Activecode
Help
FAQ
Instructors Guide
About Runestone
Report A Problem
7.
Lectura y tarea
¶
string = input("Escribe un texto: ") print(string) n = int(input("Ingrese un número entero: ")) print(n) y = float(input("Ingrese un número en punto flotante: ")) print(y) x = eval(input("Ingrese una expresión matemática: ")) print(x)
You have attempted
of
activities on this page