def screen_size(screen_size=80): return screen_aize screen_size(120) # the screen size is 120 screen_size() # the screen size is 80 as default