Quick actions

cmd+k|ctrl+k

Navigation

Languages

Lecture 8 input

Snippet info

Language

Python

Visibility

public

Author

tonyngswell

Created

2026-05-07T13:54:15.046866Z

Updated

2026-05-07T13:54:15.046866Z

x = input ("please input number")
print(x,type(x))
INFO