Skip to content
Merged
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
48 changes: 0 additions & 48 deletions Streaming Tweets from Twitter to Database.py

This file was deleted.

99 changes: 0 additions & 99 deletions Tic-Tac-Toe_human_vs_human.py

This file was deleted.

192 changes: 0 additions & 192 deletions TicTacToe.py

This file was deleted.

4 changes: 2 additions & 2 deletions count_vowels.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@
else:
consonant_count +=1

print "Total Vowels ", vowel_count
print "Total consonant ", consonant_count
print ("Total Vowels: ", vowel_count)
print ("Total consonants: ", consonant_count)
8 changes: 0 additions & 8 deletions json_to_table.py

This file was deleted.

Loading