1 parent 83a3ea0 commit 5530f2dCopy full SHA for 5530f2d
1 file changed
basic.py
@@ -56,6 +56,9 @@
56
# else:
57
# print('{} is a Prime number'.format(n))
58
59
+# reverse string using for loop
60
+stringinp=input(enter)
61
+
62
# 6.union three set
63
# a={5,12,52,0,8}
64
# b={2,5,1,9,8}
0 commit comments