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 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 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 diff --git a/Hangman/hangman.py b/Hangman/hangman.py index d88dfeb..6c12e20 100644 --- a/Hangman/hangman.py +++ b/Hangman/hangman.py @@ -1,3 +1,6 @@ +#i want to see id this line will show on my computer +#another line + import random from words import words import string diff --git a/helloworld.html b/helloworld.html new file mode 100644 index 0000000..e69de29