Skip to content

Instantly share code, notes, and snippets.

@mp607
Last active May 30, 2016 13:24
Show Gist options
  • Save mp607/8606e3f089f8e661312298ec6257ba6d to your computer and use it in GitHub Desktop.
Save mp607/8606e3f089f8e661312298ec6257ba6d to your computer and use it in GitHub Desktop.
#!/usr/bin/env python3
# -*- coding:utf-8 -*-
import random
for num in range(50):
a = random.randint(111,999)
b = random.randint(111,999)
print ("%d×%d=" %(a, b))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment