Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/codersales/5-project-week4-lecture
A repository for Language Engineering Week 4 Lecture on Thursday 05 October 2023 at 12 pm.
https://github.com/codersales/5-project-week4-lecture
2023 2023-october language-engineering lecture-notes msc msc-y1 msc-y1-s1-w4 mscy1-s1 python this-month this-week
Last synced: 21 days ago
JSON representation
A repository for Language Engineering Week 4 Lecture on Thursday 05 October 2023 at 12 pm.
- Host: GitHub
- URL: https://github.com/codersales/5-project-week4-lecture
- Owner: CoderSales
- Created: 2023-10-05T10:48:28.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-07T14:00:53.000Z (over 1 year ago)
- Last Synced: 2024-11-08T05:16:33.729Z (2 months ago)
- Topics: 2023, 2023-october, language-engineering, lecture-notes, msc, msc-y1, msc-y1-s1-w4, mscy1-s1, python, this-month, this-week
- Language: Python
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 5-project-week4-lecture
## Description
A repository for Language Engineering Week 4 Lecture on Thursday 05 October 2023 at 12 pm.
Chapter 5
continue brings you back up to start of a loop
break drops you out of a loop.
Indefinite Loops
Definite Loops