Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
BONALA SAI MANIKANTA BHAAVAN
saimanikanta.swecha.io
Commits
c9559b99
Commit
c9559b99
authored
Jun 10, 2019
by
BONALA SAI MANIKANTA BHAAVAN
Browse files
Upload New File
parent
8df45821
Pipeline
#26118
passed with stage
in 14 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
python tasks/tasks2/task2.7.py
0 → 100644
View file @
c9559b99
import
random
n
=
[]
b
=
int
(
input
(
"enter number"
))
for
i
in
range
(
b
):
n
.
append
(
random
.
randint
(
1
,
1000
))
print
(
n
)
print
(
max
(
n
))
print
(
min
(
n
))
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment