Skip to content

Commit 6fb92c5

Browse files
authored
Update basic.py
1 parent 8f37dbd commit 6fb92c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

basic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# c = input('enter thr string: ')
99
# print("The ASCII value of '" + c + "' is", ord(c))
1010

11-
# Python program to print all prime number in an interval
11+
# Python program to print all prime number in an interval calculation
1212
# def prime(x, y):
1313
# prime_list = []
1414
# for i in range(x, y):

0 commit comments

Comments
 (0)