Preview:
# -- Importing Modules
import pickle
import os
clear = lambda: os.system('cls' if os.name in ('nt', 'dos') else 'clear')
clear()

def check(name,Class):
    return True
    
def studentHeader():
    clear()
    print("you are welcome to the student module")
downloadDownload PNG downloadDownload JPEG downloadDownload SVG

Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!

Click to optimize width for Twitter