Home
See Topics
Home
Python Program To Know the Type what you write in input()
Python Program To Know the Type what you write in input()
a
=
int
(
input
())
b
=
input
()
c
=
float
(
input
())
print
(
type
(a))
print
(
type
(b))
print
(
type
(c))
Report Abuse
Table of 5 Using REPL
6:02 PM
Length of list
6:17 PM
How to remove any element
6:21 PM
Recent-Post
3/recent/post-list
Search This Blog