Skip to content

Commit ba80507

Browse files
authored
Update Fibonacci number
Please accept my pull request
1 parent 99cf7d7 commit ba80507

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Fibonacci number

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
1+
# please accept by user input
22
import math
33
def isPerfectSquare(x):
44
s = int(math.sqrt(x))

0 commit comments

Comments
 (0)