πŸ‘©β€πŸ’» Learn PROGRAMMING πŸ‘¨β€πŸ’»
6.53K subscribers
108 photos
10 videos
30 files
106 links
πŸ–₯Everything About Computer Science and CodingπŸ“²
πŸ“°News, Infographics, Quotes, Memes & Facts
πŸ’ΈYou can join us just for 0β‚Ή/0Β£/0€/0$
Admin: @Augustus_Caesar_Emperor_of_Rome
Download Telegram
Forwarded from πŸ“šBOOKSOMATICπŸ“š (Augustus Caesar)
Python All-in-One For Dummies(r - John Shovic.epub
11.5 MB
πŸ“– Python All-In-One for Dummies
by John Shovic & Alan Simpson πŸ“š
Wish you a very happy Rabindranath Tagore Jayanti 2021
Coding for Kids_ Python_ Learn - Adrienne B. Tacke.epub
2.6 MB
πŸ“– Coding for Kids Python
by Adrienne B. Tacke πŸ“š
πŸ“– Learn Python in one day and Learn it Well
by Jamie Chan πŸ“š
πŸ‘1
πŸ“– Coding for Kids Python
by Adrienne B. Tacke πŸ“š
Learn_Python_in_One_Day_and_Learn_It_Well_Python_for_Beginners_with.epub
396.8 KB
πŸ“– Learn Python in one day and Learn it Well
by Jamie Chan πŸ“š
This media is not supported in your browser
VIEW IN TELEGRAM
This media is not supported in your browser
VIEW IN TELEGRAM
Happy Eid for all muslims out there
πŸ‘¨β€πŸ’»@learn_programming_codingπŸ‘©β€πŸ’»
🧿 The Python Programming For Everyone Immersive Training

https://tinyurl.com/yk2uquez

[Expires In One Day]
6️⃣ Mathematical operations II.

Write a program that will ask for a number of days and then will show how many hours, minutes and seconds are in that number of days.
7️⃣ Converter.

There are 2.204 pounds in a kilogram. Ask the user to enter a weight in kilograms and convert it to pounds.
8️⃣ Mathematical operations III.

Ask the user to enter a number over 100 and then enter a number under 10 and tell them how many times the smaller number goes into the larger number in a user-friendly format.
9️⃣ Mathematical operations IV.

Ask the user to enter two positive numbers and save them in two variables a and b. Write a code to print four lines where:
1. The first line contains the sum of the two numbers with the text β€˜The sum of the two numbers is - β€˜.
2. The second line contains the difference of the two numbers (first - second) with the text β€˜The difference of the two numbers is - β€˜.
3. The third line contains the product of the two numbers with the text β€˜ The product of the two numbers is - β€˜.
4. The fourth line contains the quotient of the two numbers (greater number divided by the smaller one) with the text β€˜ The result of the division of the two numbers is - β€˜.
1️⃣0️⃣ Mathematical operations V.

Ask the user to enter two positive numbers and save them in two variables a and b.
Write a code to print two lines. The first line should contain the result of integer division. The second line should contain the result of float division. No rounding or formatting is necessary.
This media is not supported in your browser
VIEW IN TELEGRAM
This media is not supported in your browser
VIEW IN TELEGRAM
πŸ”₯ Now lets see the solutions. πŸ”₯
1 Welcome.py
92 B
Solution of the first question.πŸ˜€
2 Adding_two_numbers.py
127 B
Solution to the second question. πŸ˜€