Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 55eb55a

Browse files
committed
adding links
1 parent ce65ab9 commit 55eb55a

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

16_scrambler/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Scrambler
22

3+
https://www.youtube.com/playlist?list=PLhOuww6rJJNPcLby3JXlKSo6duCIjh93S
4+
35
Write a program that will randomly scramble the middle parts of words of 3 letters or more in a given text which may come from the command line:
46

57
```

17_mad_libs/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Mad Libs
22

3+
https://www.youtube.com/playlist?list=PLhOuww6rJJNPnNx_Emds00y2RX1Tbk59r
4+
35
Write a "Mad Libs" program that will read a given file and prompt the user for the parts of speech indicated in angle brackets, e.g., `<verb>`, replacing those values and printing the new text a la the beloved "Mad Libs" game.
46
For example, the input file might look like this:
57

20_password/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Password
22

3+
Cf. https://xkcd.com/936/
4+
35
Create a program that will randomly combine words from given text(s) to create novel, memorable, unbreakable passwords:
46

57
```

0 commit comments

Comments
 (0)