https://github.com/ejw-data/python-print-statements
Examples of different ways of printing content to the terminal.
https://github.com/ejw-data/python-print-statements
python
Last synced: over 1 year ago
JSON representation
Examples of different ways of printing content to the terminal.
- Host: GitHub
- URL: https://github.com/ejw-data/python-print-statements
- Owner: ejw-data
- Created: 2022-04-02T01:15:04.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-27T14:37:04.000Z (about 4 years ago)
- Last Synced: 2025-01-22T06:47:18.555Z (over 1 year ago)
- Topics: python
- Language: Python
- Homepage:
- Size: 121 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# python-print-statements
Auhtor: Erin James Wills, ejw.data@gmail.com

## Overview
Examples of different ways of printing content to the terminal.
## Technologies
* Python
## Data Source
Dataset generated by Trilogy Education Services. Origins beyond this is unknown.
## Setup and Installation
1. Environment needs the following:
* Python 3.6+
* os
1. Activate your environment
1. Clone the repo to your local machine
1. Navigate the terminal to the repo folder
1. In the terminal, run `python print_methods.py`