Skip to content
Snippets Groups Projects
Commit 45144d9b authored by Jennifer Rinker's avatar Jennifer Rinker
Browse files

initial upload of joe_bob

parent 85ed9896
No related branches found
No related tags found
No related merge requests found
# -*- coding: utf-8 -*-
"""Joe Bob writes the best functions...in Python 2.7 and NumPy 1.11
"""
import numpy as np
num = np.random.random_integers(0, high=100, size=1)[0]
print 'Your random number is...' + str(num)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment