forked from Vishalrathod8788/Boring_Stuff_With_Python
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmyProgramLog.txt
More file actions
24 lines (24 loc) · 1.11 KB
/
Copy pathmyProgramLog.txt
File metadata and controls
24 lines (24 loc) · 1.11 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
2023-05-18 10:54:33,362 - DEBUG - Start Of Program
2023-05-18 10:54:33,362 - DEBUG - Start of factorial(5)
2023-05-18 10:54:33,362 - DEBUG - i is (1)
2023-05-18 10:54:33,362 - DEBUG - total is (1)
2023-05-18 10:54:33,362 - DEBUG - i is (2)
2023-05-18 10:54:33,362 - DEBUG - total is (2)
2023-05-18 10:54:33,362 - DEBUG - i is (3)
2023-05-18 10:54:33,362 - DEBUG - total is (6)
2023-05-18 10:54:33,362 - DEBUG - i is (4)
2023-05-18 10:54:33,362 - DEBUG - total is (24)
2023-05-18 10:54:33,362 - DEBUG - Reurn Value (24)
2023-05-18 10:54:33,362 - DEBUG - End of program
2023-06-08 11:16:07,942 - DEBUG - Start Of Program
2023-06-08 11:16:07,950 - DEBUG - Start of factorial(5)
2023-06-08 11:16:07,951 - DEBUG - i is (1)
2023-06-08 11:16:07,951 - DEBUG - total is (1)
2023-06-08 11:16:07,951 - DEBUG - i is (2)
2023-06-08 11:16:07,951 - DEBUG - total is (2)
2023-06-08 11:16:07,951 - DEBUG - i is (3)
2023-06-08 11:16:07,951 - DEBUG - total is (6)
2023-06-08 11:16:07,951 - DEBUG - i is (4)
2023-06-08 11:16:07,951 - DEBUG - total is (24)
2023-06-08 11:16:07,952 - DEBUG - Reurn Value (24)
2023-06-08 11:16:07,952 - DEBUG - End of program