Skip to content

Commit f5655cc

Browse files
committed
Program-1
1 parent dfac9ba commit f5655cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
num = int (input("Enter the number: "))
22
if(num%4==0 and num%5==0):
3-
print(num,"is divisible by 4 and 5.")
3+
print(num,"is divisible by 4 and 5")
44
else:
5-
print(num,"is not divisible by 4 and 5.")
5+
print(num,"is not divisible by 4 and 5")

0 commit comments

Comments
 (0)