We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7dc2ca1 commit d50edf7Copy full SHA for d50edf7
python-init-py/media_project/mediatools/audio/utils.py
@@ -1,10 +1,13 @@
1
# print(f"Importing {__name__}")
2
3
+
4
def wobbulate():
5
print("Wibble wobble")
6
7
8
def enhance():
9
print("Enhancing audio")
10
11
12
_secret_password = "Alakazam!"
13
__top_secret_password = "!mazakalA"
python-init-py/media_project/mediatools/graphics/utils.py
@@ -2,10 +2,13 @@
__all__ = ["solarize", "enhance"]
def solarize():
print("Solarizing")
print("Enhancing graphics")
14
indiana_pi = 3.2
0 commit comments