Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
dictionary function
D={} n=int(input("Enter the number of students:")) for i in range(n): rollno=int(input("Enter the roll no:")) name=input("Enter the name:") div=input("Enter the division:") mark=float(input("Enter the mark:")) D[rollno]=[name,div,mark] print(D)
run
|
edit
|
history
|
help
0
Lab_I_2_25_11_2020
shiva
list of primes
1
Q3
Guessing game
RCM Distributor info.
nameit01.py
31 dec string
PyTypeClass