Display the terms of a Fibonacci series. Compute the greatest common divisor and least common multiple of two integers. Count and display the number of vowels, consonants, uppercase, lowercase ...
A list of practical projects that anyone can solve in any programming language (See solutions). These projects are divided in multiple categories, and each category has its own folder. To get started, ...
From storing shopping lists πŸ›’ to managing real-world records πŸ“’, every Python program starts with choosing the right data type. In this visual guide, I covered: List β†’ Ordered & Mutable Tuple β†’ Fixed ...
π——π—Όπ—²π˜€ π—£π˜†π˜π—΅π—Όπ—» π—žπ—Άπ—Ήπ—Ή π—Ÿπ—Όπ—΄π—Άπ—°? I moved from C++ to Python. One rule says strong logic makes the language irrelevant. I feel different now. I solve problems on HackerRank. I write raw ...
Level 1 Question: Write a program which will find all such numbers which are divisible by 7 but are not a multiple of 5, between 2000 and 3200 (both included). The numbers obtained should be printed ...