08/10/2025 [P106] Module 04

Run Settings
LanguagePython
Language Version
Run Command
#case 1 : import module as shorthand import dio as d d.a() def a(): print("I am from function a in main.py") a() print(d.x, d._x) #case 2 : from module import*, import everthing except_variable #from tria import* a() #print(x) #CASE 3: from module import function_names and varibles from tria import b,y b() print(y)
def a(): print("I am from function a in dio.py") x=10 _x=5
def a(): print("I am from function a in tria.py") x=5 _x=20 drf b() print("I am from function_names and varibles") y=10
Editor Settings
Theme
Key bindings
Full width
Lines