Skip to content

Commit f4e4245

Browse files
committed
added new print line
1 parent bc0bae4 commit f4e4245

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PythonBasics/Numbers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"""
44
int() int or integer is a whole number, positive number, or negative number without decimal points of infinity length
55
"""
6-
6+
print("hello ssg")
77
print(type(12))
88
print(type(-23))
99

0 commit comments

Comments
 (0)