Assembler begonnen

This commit is contained in:
2023-10-21 18:45:06 +02:00
parent 4776b3eb70
commit 5cf9dad18b
2 changed files with 18 additions and 5 deletions

View File

@@ -0,0 +1,9 @@
class Parser(object):
#def __int__(self):
# pass
def bin_ich_zu_sehen(self,file):
f = open(file, "r")
print(f)
print("Ja")