infinite loop Question YashikaKhurana Write an infinite loop using while in progress 0 Python 55 years 1 Answer 1216 views Master
Print table of 12 Question YashikaKhurana Print table of 12 using while loop. solved 0 Python 55 years 3 Answers 1185 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 1231 views Master
multiples of 10 upto 100 Question YashikaKhurana Print all multiples of 10 upto 100. in progress 0 Python 55 years 2 Answers 837 views Master
print all multiples of 5 till 50 Question YashikaKhurana Print all multiples of 5 upto 50. 0 Python 55 years 0 Answers 608 views Master
print list with range Question YashikaKhurana Use range to print a list. solved 0 Python 55 years 2 Answers 1027 views Master
Print even numbers Question YashikaKhurana Print even numbers from 2 to 20. in progress 1 Python 55 years 2 Answers 846 views Master
isinstance() tuple Question YashikaKhurana Predict the output: a=() b=isinstance(a, tuple) print(b) in progress 0 Python 55 years 2 Answers 934 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 724 views Master
find type 2 Question YashikaKhurana Find the type of b where: b=[] in progress 0 Python 55 years 1 Answer 1030 views Master