GiovanniBruno22 / PythonBeginners

This repository is meant for new developers to submit first pull requests to and get reviews from peers.
17 stars 22 forks source link

Write some python code that prints out it's own source code #33

Closed Ttibsi closed 11 months ago

Ttibsi commented 11 months ago

It's called a quine -- a program that prints out it's own source code - this is a little more complicated than just doing a single print, but this can be done in a single line if done right. Good luck!