Can You make a python program which follows these condition. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Can You make a python program which follows these condition.

num = 23. If num == (any decimal number like 12.32) Return 'decimal' elif num==(any whole number like 23) Return 'whole number' else Return 'string'

1st Apr 2021, 2:11 PM
pratham jain
pratham jain - avatar
1 Answer
+ 2
You can use an input statement for getting a number.
1st Apr 2021, 2:28 PM
JaScript
JaScript - avatar