https://github.com/okelleydevelopment/stringliteral
A simple program to showcase a string literal
https://github.com/okelleydevelopment/stringliteral
Last synced: 2 months ago
JSON representation
A simple program to showcase a string literal
- Host: GitHub
- URL: https://github.com/okelleydevelopment/stringliteral
- Owner: OkelleyDevelopment
- License: mit
- Created: 2022-01-21T05:54:52.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-21T05:59:28.000Z (over 4 years ago)
- Last Synced: 2025-03-06T12:51:57.948Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 1000 Bytes
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# String Literal
## Motivation
In the most epic way possible, demonstrate the use of a string literal.
## Prerequisites
Have installed
- Python 3.8+
## Program Execution
In a python execution environment:
```
python Graham.py
```