Skip to content
This repository was archived by the owner on Nov 30, 2022. It is now read-only.

Commit 83458de

Browse files
author
namrun
committed
Added scripts to scrape questions from Project Euler
1 parent e05fad3 commit 83458de

File tree

1 file changed

+2
-1
lines changed
  • System-Automation-Scripts/Questions_from_Project_Euler

1 file changed

+2
-1
lines changed

System-Automation-Scripts/Questions_from_Project_Euler/euler.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,5 @@ def Euler():
5656

5757
writer.writerow([question_number, question_name , description])
5858

59-
Euler()
59+
if __name__ == "__main__":
60+
Euler()

0 commit comments

Comments
 (0)