diff --git a/1.py b/1.py new file mode 100644 index 0000000..23730b3 --- /dev/null +++ b/1.py @@ -0,0 +1,3 @@ +N=int(input()) +a=N//10 +print(a) \ No newline at end of file