Skip to content

Commit d4574f4

Browse files
author
mrakhsha
committed
After change the user name
1 parent 5b9907d commit d4574f4

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

factorial.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,6 @@ def test_factorial():
1919

2020

2121
if __name__ == '__main__':
22-
# This is a way to determine either file was "executed", so if it was
23-
# imported (by e.g. pytest) as a library, we should not run code
24-
# below
2522
nconditions = int(input("Please enter number of conditions: "))
2623
norders = factorial(nconditions)
2724
print("Number of possible trial orders: " + str(norders))

0 commit comments

Comments
 (0)