Skip to content

Commit

Permalink
Merge branch 'master' into Stefan-Stojanovic-patch-12
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan-Stojanovic authored Jun 26, 2023
2 parents ee6b154 + db8e2f0 commit ded7319
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ Types of change:

### Changed
- [Python - Using else in loops - Update question](https://github.com/enkidevs/curriculum/pull/3233)
- [Python - While loops - Fix wording](https://github.com/enkidevs/curriculum/pull/3232)

## June 19th 2023

Expand Down
11 changes: 6 additions & 5 deletions generative-ai/chatgpt/prompt-techniques/zero-shot-prompting.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,10 @@ and dialogue generation:
---
## Practice

With Zero-shot prompting, you ??? to give additional data because the ai ??? trained on a large corpus of text.
With Zero-shot prompting, you do not have to give additional data because the AI was trained on a large corpus of text.

???

- True
- False

- do not have
- was
- wasn't
- have
2 changes: 1 addition & 1 deletion python/python-core/looping/while-loops.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Gives the following output:

## Practice

Print the all numbers between 0 and 10 *inclusive*:
Print all numbers between 0 and 10 *inclusive*:

```python
x = 0
Expand Down

0 comments on commit ded7319

Please sign in to comment.