Skip to content

Instantly share code, notes, and snippets.

View JStoreInTheHills's full-sized avatar
💀
I may be slow to respond.

Salim Juma JStoreInTheHills

💀
I may be slow to respond.
View GitHub Profile
@JStoreInTheHills
JStoreInTheHills / guessing_game.py
Last active February 27, 2019 10:37
simple guessing game in pyhton.
# Variables to store my secret and guess from user input.
secret_word = "giraffe"
guess = ""
# guesses flages.
guess_count = 0
guess_limit = 3
out_of_order = False
"/dev/sda2 contains a file system with errors, checked forced.
Inodes that were part of a corrupte orphan linked list found.
/dev/sda2/ UNEXPECTED INCONSISTENCY: RUN fsck MANUALLY.
(i.e. without -a or -p options)
fsck exited with status code 4
the root filesystem on /edv/sda2 requires a manual fsck
Busybox v1.22.1 (Ubuntu 1:1.22.0-15ubuntu1) built in shell (ash)
Enter 'help' for a list of built-in commands.
(initramfs)