Skip to content

Commit 48acfb1

Browse files
authored
Update polymorph.py
1 parent 6e181c1 commit 48acfb1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

polymorph.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
#/usr/bin/Python3
22
#/usr/bin/env Python3
33
#Author: Ar1sto (https://github.com/Ar1sto) | Discord: Omniscius#6583
4+
45
from random import choice as polyfunction
56
polycode = ("one()", "two()", "three()")
7+
68
class polymorphiccode():
79

810
# Funktion 1: Normaler String

0 commit comments

Comments
 (0)