Skip to content

Commit 9f18739

Browse files
authored
19-06-21
1 parent b17839f commit 9f18739

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,4 +186,13 @@ so it is likely to be different from the answer the teacher shows in the video,
186186
* NOTE: Consider that the cashier has bills of R$50, R$20, R$10, R$1.'
187187
188188
## WORLD 03:
189-
###
189+
### Tuples:
190+
* Ex072: 'Create a program that has a fully populated tuple with a count in full, from zero to twenty
191+
Your program should read a number from the keyboard (between 0 and 20) and display it in full.'
192+
* Ex073: 'Create a tuple filled with the top 20 from the Brazilian soccer league table, in the order of placement.
193+
Then show:
194+
* The first 5;
195+
* The last 4 placed;
196+
* Teams in alphabetical order;
197+
* Wat position is the GRÊMIO team in.'
198+
* Ex074: '

0 commit comments

Comments
 (0)