infinite loop Question YashikaKhurana Write an infinite loop using while in progress 0 Python 55 years 1 Answer 1123 views Master
Print table of 12 Question YashikaKhurana Print table of 12 using while loop. solved 0 Python 55 years 3 Answers 1061 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 1100 views Master
multiples of 10 upto 100 Question YashikaKhurana Print all multiples of 10 upto 100. in progress 0 Python 55 years 2 Answers 750 views Master
print all multiples of 5 till 50 Question YashikaKhurana Print all multiples of 5 upto 50. 0 Python 55 years 0 Answers 522 views Master
print list with range Question YashikaKhurana Use range to print a list. solved 0 Python 55 years 2 Answers 916 views Master
Print even numbers Question YashikaKhurana Print even numbers from 2 to 20. in progress 1 Python 55 years 2 Answers 780 views Master
isinstance() tuple Question YashikaKhurana Predict the output: a=() b=isinstance(a, tuple) print(b) in progress 0 Python 55 years 2 Answers 838 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 659 views Master
find type 2 Question YashikaKhurana Find the type of b where: b=[] in progress 0 Python 55 years 1 Answer 907 views Master