Dateien hochladen nach „“

master
Justus Jan Nico Wolff 2022-06-06 13:05:17 +02:00
parent f7196af02b
commit c4f91bca6b
2 changed files with 5 additions and 2 deletions

View File

@ -13,3 +13,4 @@ for line in target:
temp = temp + i + ", "
temp = temp + ")"
exec(temp)
input("programm done")

View File

@ -1,2 +1,4 @@
import binarytools
print binarytools.i2b(2)
test = {}
test["test1"] = "LOL"
print test
print test["test1"]