This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import os | |
dir_path = os.path.dirname(os.path.realpath(__file__)) | |
file_object = open(f'{dir_path}/cognates.txt') | |
the_words = [] | |
for line in file_object: | |
formatted_line = line.rstrip().split(',') | |
if formatted_line != ['']: | |
the_words.append(formatted_line) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
javascript:(function(){ | |
alert('success!') | |
})() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Java 11 hrs 32 mins ██████████████████▉░░ 90.0% | |
XML 28 mins ▊░░░░░░░░░░░░░░░░░░░░ 3.7% | |
Bash 15 mins ▍░░░░░░░░░░░░░░░░░░░░ 2.0% | |
YAML 9 mins ▏░░░░░░░░░░░░░░░░░░░░ 1.2% | |
JSON 8 mins ▏░░░░░░░░░░░░░░░░░░░░ 1.1% |