sum of nos Question YashikaKhurana Print sum of nos from 1 to 12. solved 1 Python 55 years 2 Answers 1209 views Master
infinite loop Question YashikaKhurana Write an infinite loop using while in progress 0 Python 55 years 1 Answer 1148 views Master
Print table of 12 Question YashikaKhurana Print table of 12 using while loop. solved 0 Python 55 years 3 Answers 1093 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 1149 views Master
multiples of 10 upto 100 Question YashikaKhurana Print all multiples of 10 upto 100. in progress 0 Python 55 years 2 Answers 774 views Master
print all multiples of 5 till 50 Question YashikaKhurana Print all multiples of 5 upto 50. 0 Python 55 years 0 Answers 546 views Master
print list with range Question YashikaKhurana Use range to print a list. solved 0 Python 55 years 2 Answers 943 views Master
Print even numbers Question YashikaKhurana Print even numbers from 2 to 20. in progress 1 Python 55 years 2 Answers 801 views Master
isinstance() tuple Question YashikaKhurana Predict the output: a=() b=isinstance(a, tuple) print(b) in progress 0 Python 55 years 2 Answers 866 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 677 views Master