+ 4
Elemantary Tasks Part3 for Python3 Learners
7-Write a program that prints a multiplication table for numbers up to 12. 8-Write a program that prints all prime numbers. (Note: if your programming language does not support arbitrary size numbers, printing all primes up to the largest number you can easily represent is fine too.) 9-Write a guessing game where the user has to guess a secret number. After every guess the program tells the user whether their number was too large or too small. At the end the number of tries needed should printed
5 Answers
+ 6
Why you post the solutions before we even try???
+ 5
unlikely while sololearn does not permit multi input this task 9 works only at local computer maybe someone knows a way to solve it till that time answer is this :)
https://code.sololearn.com/cS629jmePE28/?ref=app
+ 4
https://code.sololearn.com/cih7ox5G1g64/?ref=app
0
i was thinking it as like a learning purpose not a challange sp the can ise the code and ler them use codeground