We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5d5080 commit 66fbb2dCopy full SHA for 66fbb2d
1 file changed
negative.py
@@ -0,0 +1,6 @@
1
+a= abs(int(input("enter any number")))
2
+b=0
3
+for i in str(a):
4
+ b+=int(i)
5
+
6
+print(b)
0 commit comments