Skip to content

Commit 51a01c1

Browse files
Add files via upload
1 parent 0452f21 commit 51a01c1

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# -*- coding: utf-8 -*-
2+
"""
3+
Created on Sat Sep 12 13:19:41 2020
4+
5+
@author: 91842
6+
"""
7+
n = int(input())
8+
9+
if n>1:
10+
print(0.5)
11+
else:
12+
print(1.0)

0 commit comments

Comments
 (0)