How do you do question 4 (module 4 quiz) | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

How do you do question 4 (module 4 quiz)

I really don't understand. .

6th Aug 2016, 11:24 AM
keebee2199
6 Answers
+ 4
Module 4: Question number 2 Fill in the blanks to output "Wrong Input" if the input is not an integer. num = input() try : x = int(num) except : print ("Wrong Input")
12th Sep 2021, 10:40 AM
Jesus Rances
Jesus Rances - avatar
+ 1
num = input() try : x = int(num) except : print ("Wrong Input")
11th Apr 2023, 6:34 AM
Tushar solanki
Tushar solanki - avatar
0
fill w/ int
27th Jan 2018, 10:25 PM
Immortal Flame
0
ok i am just looking for a date XD
14th Mar 2019, 10:10 AM
Mias Mersel
Mias Mersel - avatar
- 1
If a is greater or equal to b than you get a as result, if not you get b displayed. So than you know what is max value.
6th Aug 2016, 7:19 PM
saska
- 1
I still don't understand
7th Aug 2016, 6:47 PM
keebee2199