This website requires JavaScript.
Explore
Help
Sign In
core
/
shadeos
Watch
1
Star
0
Fork
You've already forked shadeos
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
49de9e9ff6
shadeos
/
old
/
getinblocks.py
5 lines
100 B
Python
Executable File
Raw
Blame
History
#!/usr/bin/python3
import
sys
,
math
intg
=
int
(
sys
.
argv
[
1
]
)
print
(
int
(
math
.
ceil
(
intg
/
512
)
)
,
end
=
'
'
)
Reference in New Issue
View Git Blame
Copy Permalink