antitheft159
commited on
Commit
•
65f6f7e
1
Parent(s):
96ea639
Update wordjumble.py
Browse files- wordjumble.py +0 -9
wordjumble.py
CHANGED
@@ -1,12 +1,3 @@
|
|
1 |
-
# -*- coding: utf-8 -*-
|
2 |
-
"""WordJumble
|
3 |
-
|
4 |
-
Automatically generated by Colab.
|
5 |
-
|
6 |
-
Original file is located at
|
7 |
-
https://colab.research.google.com/drive/15l1pcWotDAP9FFZKbStGfOd1SF_LMsWs
|
8 |
-
"""
|
9 |
-
|
10 |
import random
|
11 |
|
12 |
def scramble_word(word):
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
import random
|
2 |
|
3 |
def scramble_word(word):
|