We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f37dbd commit 6fb92c5Copy full SHA for 6fb92c5
basic.py
@@ -8,7 +8,7 @@
8
# c = input('enter thr string: ')
9
# print("The ASCII value of '" + c + "' is", ord(c))
10
11
-# Python program to print all prime number in an interval
+# Python program to print all prime number in an interval calculation
12
# def prime(x, y):
13
# prime_list = []
14
# for i in range(x, y):
0 commit comments