9 lines
143 B
Python
9 lines
143 B
Python
# This Python file uses the following encoding: utf-8
|
|
|
|
# if __name__ == "__main__":
|
|
# pass
|
|
def temperImg():
|
|
print("aaaa")
|
|
|
|
temperImg()
|