You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*Comprehensive bKash Transaction Menu in Python*. This Python script simulates the bKash transaction menu, enabling users to send money, cash out, recharge mobiles, and make payments. Features include checking balance, viewing statements, changing PIN, and accessing help. NOTE : This is just a practice interface, not orignal bkash
This repository contains classroom exercises provided to students as part of their course, *Algorithmic Thinking with Python*, for first-semester studies under KTU.
This GitHub repository provides a While Loop application implemented in Python. The application demonstrates the versatility and power of the while loop construct in Python programming.
OrderA simple Python-based food ordering system where users can select food items, choose fillings, specify quantity, decide if they want it heated, and choose a drink. The system processes the input and confirms the order. fast food
Hangman is a paper and pencil guessing game for two or more players. One player thinks of a word, phrase or sentence and the other(s) tries to guess it by suggesting letters within a certain number of guesses. In this given project we created a list in which consists of all the popular Hollywood actors and our task is to guess that actor name le…
Aqui mostro como resolvi problemas da vida real através das ferramentas em Python como: Condicionais, operadores lógicos, funções, laço for, laço while...