Dateien hochladen nach „compiler“

main
Justus Jan Nico Wolff 2023-01-08 13:11:33 +01:00
parent 630ce7aaf5
commit 56a70a5edd
2 changed files with 6 additions and 1 deletions

View File

@ -1,4 +1,5 @@
#executor
#block
#out
#args
print(int(args[0])+int(args[1]))
out = (int(args[0])/int(args[1]))

View File

@ -0,0 +1,4 @@
#executor
#block
#out
#args