Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
EquivalentRandomDigits
import random val = int(input("Enter a number: ")) def random_digts(n): range_start = 10**(n-1) range_end = (10**n)-1 m = random.randint(range_start, range_end) print(m) return(m) random_digts(val)
run
|
edit
|
history
|
help
0
Hey
spoj ANARC09A
Multi-Layer Neural Networks
replace
word repeat
DICCIONARIO EN PYTHON 3
Sum of two numbers
add lambda
Print lists separated by comma
LinearSearch.py