Question: This Python script checks whether a number is even or odd. Which casting function would be most appropriate for line 1 ? 1 num =

This Python script checks whether a number is even or odd. Which casting function would be most appropriate for line 1?
1 num=____(input("Enter your age"))
2 if num__==0:
3 print("Number is Even")
4 else:
5 print("____________")
a.)
float
b.)
binary
c.)
str
d.)
int

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!