Upload code
This commit is contained in:
6
RandomOtherStuff/Slicer.py
Executable file
6
RandomOtherStuff/Slicer.py
Executable file
@@ -0,0 +1,6 @@
|
||||
data = "myprogram.exe"
|
||||
|
||||
datanew = data[:4]
|
||||
amount = len(datanew)
|
||||
amount //= 2
|
||||
print(datanew[amount])
|
||||
Reference in New Issue
Block a user