1from import1b import var
2
3print(var)
4
5from import1b import var as var2
6
7print(var2)
8