diff --git a/git_assistant/git_tutorial.py b/git_assistant/git_tutorial.py
index b9b0d396bcf3353140804ed3ac4a51756851359e..2135f98a2781df6dd25f6869e0272b7de0a35952 100644
--- a/git_assistant/git_tutorial.py
+++ b/git_assistant/git_tutorial.py
@@ -279,3 +279,4 @@ while push_answer =="n":
 # End of tutorial
 if push_answer == "y":
     print("\nAlright! You have reached the end of this tutorial.\n")
+input("\nPress {enter} to continue.\n")
\ No newline at end of file
diff --git a/zenodo_assistant/zenodo_tutorial.py b/zenodo_assistant/zenodo_tutorial.py
index edd270e9616d7564c8066a3b57c8d843e1a99118..d432b3475bc01563dcb3b5e32c413e71d5472c8d 100644
--- a/zenodo_assistant/zenodo_tutorial.py
+++ b/zenodo_assistant/zenodo_tutorial.py
@@ -213,3 +213,4 @@ before publishing.
 """
 
 print(success_message)
+input(f"\nPress {enter} to continue.")
\ No newline at end of file