Question: Question 43 Consider the following Python code name = Muhammad Abdullah Hashim id = 202012134 Choose the correct answer O none of the given answers
Question 43 Consider the following Python code name = "Muhammad Abdullah Hashim" id = 202012134 Choose the correct answer O none of the given answers is correct O print(isalpha(name)) will display True print(id.isdigit()) will display True print(isalnum(id)) will display True print(name.isalpha()) will display True
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
