From 46ef78d8bc290622e91c6702da0ef69217fc9274 Mon Sep 17 00:00:00 2001 From: Ioanna Vasileiou Date: Mon, 15 May 2023 13:07:37 +0300 Subject: [PATCH 1/6] good commit message --- helloworld.html | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 helloworld.html diff --git a/helloworld.html b/helloworld.html new file mode 100644 index 0000000..e69de29 From 63cc31966c6ec672e1c718caaf139b0c6f07776b Mon Sep 17 00:00:00 2001 From: Ioanna Vasileiou Date: Mon, 15 May 2023 13:13:28 +0300 Subject: [PATCH 2/6] i changed the dice roller --- Dice Roller/Dice Roller.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Dice Roller/Dice Roller.py b/Dice Roller/Dice Roller.py index b350fbb..f6e0cc9 100644 --- a/Dice Roller/Dice Roller.py +++ b/Dice Roller/Dice Roller.py @@ -1,3 +1,6 @@ +#just want to add this line here + + # Importing randome module import random From a792ccbdaf023f46820d95263f195ccffa3a4d2e Mon Sep 17 00:00:00 2001 From: ioanna <133334952+ioannavas@users.noreply.github.com> Date: Mon, 15 May 2023 13:15:31 +0300 Subject: [PATCH 3/6] Update hangman.py --- Hangman/hangman.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Hangman/hangman.py b/Hangman/hangman.py index d88dfeb..0603330 100644 --- a/Hangman/hangman.py +++ b/Hangman/hangman.py @@ -1,3 +1,5 @@ +#i want to see id this line will show on my computer + import random from words import words import string From 910852c0e2bba03862936c972d4d309633eb2084 Mon Sep 17 00:00:00 2001 From: Ioanna Vasileiou Date: Mon, 15 May 2023 13:17:46 +0300 Subject: [PATCH 4/6] another line commit --- Hangman/hangman.py | 1 + 1 file changed, 1 insertion(+) diff --git a/Hangman/hangman.py b/Hangman/hangman.py index 0603330..6c12e20 100644 --- a/Hangman/hangman.py +++ b/Hangman/hangman.py @@ -1,4 +1,5 @@ #i want to see id this line will show on my computer +#another line import random from words import words From 35c0eadb6479752e69acff43f9d4ef8dd12d5e39 Mon Sep 17 00:00:00 2001 From: ioanna <133334952+ioannavas@users.noreply.github.com> Date: Mon, 15 May 2023 13:36:07 +0300 Subject: [PATCH 5/6] Update Alarm Clock.py --- Alarm Clock/Alarm Clock.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Alarm Clock/Alarm Clock.py b/Alarm Clock/Alarm Clock.py index 99839c4..927cce6 100644 --- a/Alarm Clock/Alarm Clock.py +++ b/Alarm Clock/Alarm Clock.py @@ -1,3 +1,5 @@ +#a line here + # Importing required libraries from datetime import datetime #To set date and time from playsound import playsound #To play sound From 85f8b4dcb006bfff3591a973d925bfba32e162b0 Mon Sep 17 00:00:00 2001 From: Ioanna Vasileiou Date: Thu, 18 May 2023 14:49:44 +0300 Subject: [PATCH 6/6] put a comment one line 1 --- .../Fahrenheit to Celsius Converter.py | 2 ++ Guess the number (computer)/guessthenumber_computer.py | 1 + 2 files changed, 3 insertions(+) diff --git a/Fahrenheit to Celsius Converter/Fahrenheit to Celsius Converter.py b/Fahrenheit to Celsius Converter/Fahrenheit to Celsius Converter.py index 893d7ea..eeab8bb 100644 --- a/Fahrenheit to Celsius Converter/Fahrenheit to Celsius Converter.py +++ b/Fahrenheit to Celsius Converter/Fahrenheit to Celsius Converter.py @@ -1,3 +1,5 @@ +#make a unit convertion + temp = float(input("Enter temperature in Fahrenheit: ")) celsius = (temp - 32) * 5/9 diff --git a/Guess the number (computer)/guessthenumber_computer.py b/Guess the number (computer)/guessthenumber_computer.py index 08100be..d1abe1a 100644 --- a/Guess the number (computer)/guessthenumber_computer.py +++ b/Guess the number (computer)/guessthenumber_computer.py @@ -1,3 +1,4 @@ +print("hey") import random max_num = 30