infinite loop Question YashikaKhurana Write an infinite loop using while in progress 0 Python 55 years 1 Answer 1192 views Master
Print table of 12 Question YashikaKhurana Print table of 12 using while loop. solved 0 Python 55 years 3 Answers 1146 views Master
multiples of 5 Question YashikaKhurana Print all multiples of 5 from 5 to 30 using the while loop. in progress 0 Python 55 years 1 Answer 1194 views Master
multiples of 10 upto 100 Question YashikaKhurana Print all multiples of 10 upto 100. in progress 0 Python 55 years 2 Answers 816 views Master
print all multiples of 5 till 50 Question YashikaKhurana Print all multiples of 5 upto 50. 0 Python 55 years 0 Answers 590 views Master
print list with range Question YashikaKhurana Use range to print a list. solved 0 Python 55 years 2 Answers 998 views Master
Print even numbers Question YashikaKhurana Print even numbers from 2 to 20. in progress 1 Python 55 years 2 Answers 832 views Master
isinstance() tuple Question YashikaKhurana Predict the output: a=() b=isinstance(a, tuple) print(b) in progress 0 Python 55 years 2 Answers 909 views Master
verify using isinstance() Question YashikaKhurana Create a custom class, create its object and verify its type using isinstance(). solved 0 Python 55 years 1 Answer 706 views Master
find type 2 Question YashikaKhurana Find the type of b where: b=[] in progress 0 Python 55 years 1 Answer 998 views Master