Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pull request i made #6

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions Alarm Clock/Alarm Clock.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down
3 changes: 3 additions & 0 deletions Dice Roller/Dice Roller.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#just want to add this line here


# Importing randome module
import random

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#make a unit convertion

temp = float(input("Enter temperature in Fahrenheit: "))

celsius = (temp - 32) * 5/9
Expand Down
1 change: 1 addition & 0 deletions Guess the number (computer)/guessthenumber_computer.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
print("hey")
import random

max_num = 30
Expand Down
3 changes: 3 additions & 0 deletions Hangman/hangman.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Empty file added helloworld.html
Empty file.