There was an error while loading. Please reload this page.
1 parent 6e181c1 commit 48acfb1Copy full SHA for 48acfb1
polymorph.py
@@ -1,8 +1,10 @@
1
#/usr/bin/Python3
2
#/usr/bin/env Python3
3
#Author: Ar1sto (https://github.com/Ar1sto) | Discord: Omniscius#6583
4
+
5
from random import choice as polyfunction
6
polycode = ("one()", "two()", "three()")
7
8
class polymorphiccode():
9
10
# Funktion 1: Normaler String
0 commit comments