We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc0bae4 commit f4e4245Copy full SHA for f4e4245
PythonBasics/Numbers.py
@@ -3,7 +3,7 @@
3
"""
4
int() int or integer is a whole number, positive number, or negative number without decimal points of infinity length
5
6
-
+print("hello ssg")
7
print(type(12))
8
print(type(-23))
9
0 commit comments