1. Account Management using Dictionary Account Create, deposit money in the account, withdraw money, display the account, and delete/close the account. This can be used as a project by adding some more functionalities Create Account Deposit Money Withdraw Money Display Account Close/Delete Account Menu Output Create Account Display Account Deposit Money Invalid Account Withdraw MoneyContinue reading “Dictionary”
Author Archives: Hiral Arora
Python: Mathematics Series Equations
1. Series 1:
Programming Problems
1. Palindrome or Not Palindrome 2. Magic Number or not 3. Fibonacci Series 4. LCM and HCF 5. Number to word
Python: Tuple
1. Length of tuple Output 2. Index value of an element in a tuple Output 3. Minimum and Maximum in tuple Output 4. Sum of elements in a tuple Output 5. To check if the tuple is empty Output 6. To delete an element from a tuple Output
Python: Conversion
1. Integer decimal to binary Output 2. Integer decimal to Hexadecimal Output
Python: Patterns
1. Pattern1 Output 2. Pattern2 Output 3. Pattern3 Output
Python: String Programs
1. Count Digits, Alphabets, and special characters in the string Output 2. To check if the string is a palindrome string Output 3. Find a character in a string and replace it with another character Output 4. Find a character in a string and replace it with another character Output 5. change the first letterContinue reading “Python: String Programs”
Python: LIST PROGRAMS
1. Enter elements in a list Output 2. Enter float elements in a list Output 3. Swap the first half of the list with the second half Output 4. Swap adjacent elements Output 5. Remove repeating value from the list Output
How to Convert Scratch game to HTML
After the game design, it is always a question in mind how to publicize and add the game designed by me as a web page The answer is here: TurboWrap FINALLY, HTML PAGE Will show Scratch Project in Play mode in HTML Page Happy Learning HKow-du(r)
Cat Traveling the World
Okiii let’s start making our first animation. Here there is a cat walking and going to different destinations. It also makes a really fun sound. STEPS – Open scratch and click on create. Change the name from where it says untitled to “Cat Travels the World” 3. Add the mall and the beach backdrop. 4.Continue reading “Cat Traveling the World”