Tyler887

Results 4 comments of Tyler887

You can clone the repo using `git clone https://github.com/leachim6/hello-world.git`. If you do not have Git, [download it](https://git-scm.com/downloads).

`os.system("cls")` is controversial for the developer and breaks the program on Unix-like systems. The developer itself is using a Unix-like system (Kali Linux). Please use `os.system("cls" if os.name == "nt"...

@lzybkr This PR was made 2 years ago and there was no activity on it, so we should close it and open an issue to raise this problem more easily.