Tuples Task Given an integer, n, and n space-separated integers as input, create a tuple, t, of those n integers. Then compute and print the result of hash(t). Note: hash() is one of the functions in the __builtins__ module, so it need not be imported. Input Format The first line contains an integer, n, denoting the number of elements in the tuple. The second line contains n space-separated inte..
Lists onsider a list (list = []). You can perform the following commands: insert i e: Insert integer e at position i. print: Print the list. remove e: Delete the first occurrence of integer e. append e: Insert integer e at the end of the list. sort: Sort the list. pop: Pop the last element from the list. reverse: Reverse the list. Initialize your list and read in the value of n followed by n lin..
Finding the percentage The provided code stub will read in a dictionary containing key/value pairs of name:[marks] for a list of students. Print the average of the marks array for the student name provided, showing 2 places after the decimal. Example Input Format The first line contains the integer n, the number of students' records. The next n lines contain the names and marks obtained by a stu..
Nested Lists Given the names and grades for each student in a class of N students, store them in a nested list and print the name(s) of any student(s) having the second lowest grade. Note: If there are multiple students with the second lowest grade, order their names alphabetically and print each name on a new line. Example records = [["chi", 20.0], ["beta", 50.0], ["alpha", 50.0]] The ordered l..
- Total
- Today
- Yesterday
- SQL Server
- 넥스트BT
- mysql
- 에코캡
- 몰누피라비르
- 동국알앤에스
- HK이노엔
- 넷플릭스
- list
- 해커랭크
- 미중무역전쟁
- python
- MS SQL Server
- 대원화성
- 매매일지
- tensorflow
- python3
- 코로나19
- DATABASE
- TSQL
- 경구치료제
- insert
- MSSQL
- string
- Weather Observation Station
- 분석탭
- hackerrank
- Tableau
- 테슬라
- 리비안
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |