python-basics
python-basics copied to clipboard
Python Basics ( v3.x )
# Write a program to sort dictionary as per values - In this program first we define a dictionary with key value pair which are unsorted order - used a...
Starting 3.10 version, structural pattern matching is added to Python: https://docs.python.org/3/whatsnew/3.10.html#pep-634-structural-pattern-matching answer to the following question needs to be updated: https://github.com/learning-zone/python-basics#q-does-python-have-a-switch-case-statement
A calculator using tkinter
A slot game of guessing a number for the user without a tkinter GUI A fun game to play at bordem and real-time points adding
# A student fills a form with their details. # We ask for: name, registration number, department, faculty, # course of study, level, programme of study, state of residence, and...