feellikelearning.idea@gmail.com
Feel Like Learning
程序|生活|学到就是赚到
feellikelearning April 26, 2020 0 Comments
Uncategorized
Python
import random l = [1,2,3,4] random.shuffle(l) print l
[2, 1, 4, 3]
← Previous post
Next post →
Your email address will not be published. Required fields are marked *
Save my name, email, and website in this browser for the next time I comment.
Δ