Elemantary Tasks Part3 for Python3 Learners | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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

18th Aug 2017, 10:55 AM
Melih Melik Sonmez
Melih Melik Sonmez - avatar
5 Answers
+ 6
Why you post the solutions before we even try???
19th Aug 2017, 12:18 AM
๐Ÿ‘‘ Prometheus ๐Ÿ‡ธ๐Ÿ‡ฌ
๐Ÿ‘‘ Prometheus ๐Ÿ‡ธ๐Ÿ‡ฌ - avatar
18th Aug 2017, 11:52 AM
Melih Melik Sonmez
Melih Melik Sonmez - avatar
+ 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
18th Aug 2017, 12:01 PM
Melih Melik Sonmez
Melih Melik Sonmez - avatar
+ 4
https://code.sololearn.com/cih7ox5G1g64/?ref=app
18th Aug 2017, 11:58 AM
Melih Melik Sonmez
Melih Melik Sonmez - avatar
0
i was thinking it as like a learning purpose not a challange sp the can ise the code and ler them use codeground
19th Aug 2017, 4:47 AM
Melih Melik Sonmez
Melih Melik Sonmez - avatar