HW3-comp122-fall2023
.pdf
keyboard_arrow_up
School
University of California, Berkeley *
*We aren’t endorsed by this school
Course
MISC
Subject
Computer Science
Date
Dec 6, 2023
Type
Pages
9
Uploaded by DeaconBat3708
9/19/23, 9:49 PM
HW3-comp122-fall2023.ipynb - Colaboratory
https://colab.research.google.com/drive/14HlMiTuTJXHim_PDNdNE-axVRCs1r9Py#scrollTo=LjyZKy-fbtF_&printMode=true
1/9
HW 3 COMP 122 Fall 2023
1) Write a function named sphere_volume_area that takes a number r and returns the volume and area of a sphere.
Hint: Volume of sphere = 4/3(pi x r^3) and Area of sphere is 4 pi r ^2
import math as mt
r = float(input('Enter radius'))
def sphere_volume_area(r):
pi = mt.pi
vol_sphere = (4/3)*(pi * r**2)
area_sphere = 4 * pi * r**2
return vol_sphere, area_sphere
sphere_volume_area(r)
Enter radius3
(37.69911184307752, 113.09733552923255)
The ¦nd() method returns the index of ¦rst occurrence of the substring (if found). If not found, it returns -1.
Python String ¦nd()
message = 'Python is a fun programming language'
# check the following indexes
print("the index of the first fun is ", message.find('fun'))
print("the index of the first 'y' is ", message.find('y'))
print("the index of the first 'P' is ", message.find('P'))
print("there is no 'k' in the message string therefore the output is ", message.find('k'))
9/19/23, 9:49 PM
HW3-comp122-fall2023.ipynb - Colaboratory
https://colab.research.google.com/drive/14HlMiTuTJXHim_PDNdNE-axVRCs1r9Py#scrollTo=LjyZKy-fbtF_&printMode=true
2/9
the index of the first fun is
12
the index of the first 'y' is
1
the index of the first 'P' is
0
there is no 'k' in the message string therefore the output is
-1
2) Given a variable, x, that stores the value of any decimal number, write Python code that prints out the nearest whole
number to x. For example, for x = 2.1345 output should be 2 and for x = 2.781 the output should be 3.
NOTE: You cannot use round function
#your code here
x = (float(input('Enter decimal number')))
if x > 0:
nearest_whole_number = int(x + 0.5)
else:
nearest_whole_number = int(x - 0.5)
print(nearest_whole_number)
Enter decimal number3.5
4
start and end values are Optional.
start:
asking python where to start the search. Default is 0
end:
asking python where to end the search. Default is to the end of the string
More on String ¦nd() method ---- string.¦nd(value, start, end)
9/19/23, 9:49 PM
HW3-comp122-fall2023.ipynb - Colaboratory
https://colab.research.google.com/drive/14HlMiTuTJXHim_PDNdNE-axVRCs1r9Py#scrollTo=LjyZKy-fbtF_&printMode=true
3/9
message = 'Python is a fun programming language'
# check the following indexes
print("the index of the first 'o' is ", message.find('o'))
print("the index of the second 'o' is ", message.find('o',5))
print("length of message string is ", len(message))
print("is there any more 'o' after index 18: ", message.find('o',19,36))
the index of the first 'o' is
4
the index of the second 'o' is
18
length of message string is
36
is there any more 'o' after index 18:
-1
3) Assume mystring is a variable that holds a string. Write Python code that prints out the position of the second
occurrence of 'python' in mysting, or -1 if it does not occur at least twice.
mystring = "I love python that loves python"
print ("the index of the first 'python' is ", mystring.find('python'))
#it should print 25. Add your code in (...)
print ("the index of the second 'python' is ", mystring.find('python', 8))
#it should print -1, for the following text. Add your code in (...)
mystring = "I love a python who loves me"
print(len(mystring))
print ("is there any more 'python' after index 25: ", mystring.find('python', 25, 28))
the index of the first 'python' is
7
the index of the second 'python' is
25
28
is there any more 'python' after index 25:
-1
9/19/23, 9:49 PM
HW3-comp122-fall2023.ipynb - Colaboratory
https://colab.research.google.com/drive/14HlMiTuTJXHim_PDNdNE-axVRCs1r9Py#scrollTo=LjyZKy-fbtF_&printMode=true
4/9
4) Given the variables s and t de¦ned as:
s = 'Comp122'
t = 'myPython'
write Python code that prints out Python122 without using any quote characters in your code.
s = 'Comp122'
t = 'myPython'
print(t[2:9] + s[4:])
Python122
5) Write Python code that assigns to the variable url a string that is the value of the ¦rst URL that appears in a link tag in
the string page.Your code should print
http://skylinecollege.edu
Extracting Links
#page = contents of a web page on my.smccd.edu
page = ('<div class="col-xs-12 col-sm-3"><a href="http://skylinecollege.edu"><img '
'src="images/Skyline_Logo_color.png" alt="Skyline College Logo"></a> </div>' )
page.find('href')
start = page.find('"', page.find('href')) + 1
end = page.find('"', start)
url = page[start:end]
print(url)
Your preview ends here
Eager to read complete document? Join bartleby learn and gain access to the full version
- Access to all documents
- Unlimited textbook solutions
- 24/7 expert homework help
Related Questions
create this html page
link image
1
https://e.edim.co/205361572/xnxVrIs7fmJ3ONIy.png?response-content-disposition=filename%3D%22email.png%22%3B%20filename%2A%3DUTF-8%27%27email.png&Expires=1641843436&Signature=JJJVyz7d8KxVOL5PKkQWHDAiEwHywB-p-fWML3jIsZFCg1D8fuBV-HcTblHIugF~j387r-dlYQ14TUsTwIfrKGU1B95GjRcGXjBEov9Y1HD3rtJG1YxZedk96PQoilleaKmQqLTDa41Ln96Go4INrRhWRCoc4q5iZkqWRN5kc7dNG~bni9kFR0EG5-Gs68uipZTtzK-VSikLWqMhgkg4pY-M18cLF8uVEiDS-g-k1UVFIwC1d-6DZ9VAqbh949I1C87GGPIrvixosbcZ3q1CTp50ESyUz3wT9Thh4UawBHkLFAk5n~apwZ0QRMCfINMtdsoXyEzHa7ucbWbUelSlFg__&Key-Pair-Id=APKAJMSU6JYPN6FG5PBQ
2…
arrow_forward
create this html page
image link
1
https://e.edim.co/205361572/aa3jBg6koe3i4Mf2.jpg?response-content-disposition=filename%3D%22iceland3.jpg%22%3B%20filename%2A%3DUTF-8%27%27iceland3.jpg&Expires=1641780938&Signature=TBGCpf9zKPkrR4zpG5dRqZlXJljdmhh2gjljcAGezSrwploAsEgZBFkGGmsMOLqZo7QUf1XB~zxmlMuj-AQkjBCn9cq3h~bzDB57MCEyBdCTxeJ6IGjBiKCICbXU-gsDdYNvKXNefF0LHv8tDqoxW0HoT73l5AjlamgFK17FHxodv~LvwINaFgDKtS80ZCZtKxBEHIecYqhQMI2Zs87oAlWgLCX8fYwZcqprxuWmgB-8Zi-lRtNS9PaPMQHiDkifq76xDzkn0vJcp1cUwG~WpIrKrQ8pUlPPs8atw93idqcg6C5K3bJbU0iF5ylQIiVs9MpNoATUikwJvd~JFrH89A__&Key-Pair-Id=APKAJMSU6JYPN6FG5PBQ
2…
arrow_forward
https://github.com/CSU-CS150B/CS150B-Lab-Instructions/blob/main/NBAPractical.md
https://docs.google.com/spreadsheets/d/1JodpSrqg4y8To8-EGos9x1WtggSX9SLZOtuApQwgYlM/edit?usp=sharing
import csv
# These are used to help you manage the CSV please do not change!input_handler = { "field goal": 10, "3 point": 13, "2 point": 16, "free throw": 20}
# This code assigns index_stat to the index of whatever value you enter.index_stat = -9999
# _______Begin student work after this line________
# These variables can be used to track the index of of certain values in the csv. # Use if you want.# index_name = ?# index_age = ?# index_team = ?
# Goal: take in a string containing a file name -> return a list of lists from a csv reader objectdef read_csv(filename): pass
# Goal: take in a team name and the dataset -> return a list of lists containing only player from the # specified team.def filter_data(team_name, data): pass
# For a given statistic find the player with the highest…
arrow_forward
https://github.com/CSU-CS150B/CS150B-Lab-Instructions/blob/main/NBAPractical.md
https://docs.google.com/spreadsheets/d/1JodpSrqg4y8To8-EGos9x1WtggSX9SLZOtuApQwgYlM/edit?usp=sharing
import csv
# These are used to help you manage the CSV please do not change!input_handler = { "field goal": 10, "3 point": 13, "2 point": 16, "free throw": 20}
# This code assigns index_stat to the index of whatever value you enter.index_stat = -9999
# _______Begin student work after this line________
# These variables can be used to track the index of of certain values in the csv. # Use if you want.# index_name = ?# index_age = ?# index_team = ?
# Goal: take in a string containing a file name -> return a list of lists from a csv reader objectdef read_csv(filename): pass
# Goal: take in a team name and the dataset -> return a list of lists containing only player from the # specified team.def filter_data(team_name, data): pass
# For a given statistic find the player with the highest…
arrow_forward
Q11 and Q12
arrow_forward
Microsoft Edge
File Edit View Window
Assignment 5-Video Tutorial-Part X
Homework 4
☑
Topic: Use same Conceptboard for X
ARCH 301 F2024 P3 PH1-1-2-3 ×+
https://wsu.instructure.com/courses/1734735/assignments/9728049
ΑΠ
←
C
Gmail
YouTube
Maps
HW 4 - Due 2024.10.14.pdf
ULLM-1-LEC Assignments Homework 4
2
30
OCT
14
ARCH 351
Homework 4
Assigned 10/7/24
Professor Porter
Due 10/14/24
2) A barn structure is subjected to wind velocities with the equivalent of 20 psf
pressure on the vertical projection (including the roof).
Analyze the diaphragm and shearwall forces
assuming the wind is hitting the long
dimension of the barn. Use exploded-view
FBDs in tracing the loads. Determine the
shear reaction and hold-down forces at the
base of the walls.
Note: The dead load of the walls may be
used in helping to stabilize against rotation
due to overturning moments.
WIND
20PSF
(ON ENTIRE
VERTICAL
SURFACE)
BARN
ROOF -DL=10PSF.
FLOOR-PL=10PsF
WALL-PL=10PSF.
S
arrow_forward
CAREER B VENT
LYY a sqeo1 NON 0LO no o N aND
Welcome | MYSAIL Oakland Un X
Th Course: CSI-1420-43702.201940 X
https://moodle.oakland.edu/plug X
9G Difference between two given tin X
x +
-
moodle.oakland.edu/pluginfile.php/56001 30/mod_assign/intro/Homework02.txt?time=1570288894866
Program 5
Program: easter.c
Executable: easter.o
Easter Sunday is the first Sunday after the first full moon of spring. To compute the date, you can use this algorithm, invented by the mathematician Carl Friedrich Gauss in 1800:
1. Let y be the year (such as 1800 or 2001)
2. Divide y by 19 and call the remainder a. Ignore the quotient.
3. Divide y by 100 to get a quotient b and a remainder c.
4. Divide b by 4 to get a quotient d and a remainder e.
5. Divide 8 b + 13 by 25 to get a quotient g. Ignore the remainder.
6. Divide 19 a b - d - g + 15 by 30 to get a remainder h. Ignore the quotient.
7. Divide c by 4 to get a quotient j and a remainder k.
8. Divide a + 11
h by 319 to get a quotient m. Ignore the…
arrow_forward
ا ترجمة جوجل X -g
x Take Test: Midter
x Meet - ITD
x (no subject) - 201 M
x Meeting Link - M M
67 aa https://bb.cas.edu.om/webapps/assessment/take/launch.jsp?course_assessment_id= 17362 1&course_id= 20232 1&content_id=
Remaining Time: 1 hour, 21 minutes, 06 seconds.
Question Completion Status:
Path: p
Words:0
QUESTION 15
Briefly define about Computer Aided Software Engineering (CASE). And write any two examples of CASE tools.
TTT Arial
v 3 (12pt)
T
Path: p
Words:0
Click Save and Submit to save and submit. Click Save All Answers to save all answers,
Save All Answers
F9
F10
Pause
F3
F4
F5
F6
米
F7
F8
&
由
%24
arrow_forward
Help! Thank you.
arrow_forward
Please solve this Computer science assignment.
If you have any problem with the link
then please ask in the comments.
+
https://drive.google.com/file/d/1C
pwcR9qbpwaSdHeirqROZAhhX28
☐
cwR-ek/view?usp=drive_link
ーロ
-Q
arrow_forward
Please solve this Computer science assignment.
If you have any problem with the link
then please ask in the comments.
Q
https://drive.google.com/file/d/1C
pwcR9qbpwaSdfl HeirqROZAhhX
28cwR-ek/view?usp=drive_link
-Q
ロー
arrow_forward
https://drive.google.com/file/d/1WvadErM-1ffp8gm2LcdqdMrtZ0gv3fJv/view?usp=sharing
here in that link there is my code can please add comments to my code and describe me what is happening
arrow_forward
Help.
arrow_forward
X Problem - N - Codeforces
X AN2071497 - Codeforces
https://codeforces.com/group/MWSDmqGsZm/contest/219774/problem/N Ô
rgb(255, 255, 255) -. O .gi :CSS - CSS 22 O
مقدمة عن . . .Program
ipnd-reference-she.. O
لوریم بيکسوم املأ Mur ray خدمة التحق ق من علام. . .
العناصر المضمنة - . .H
ف عناصر مستوى الكتلة. . .
توثيق MDN ل لوب
ترجمة
PROBLEMS SUBMIT CODE
MY SUBMISSIONS
STATUS
STANDINGS CUSTOM INVOCATION
N. Check Code
Assiut University Training -
Newcomers
Public
time limit per test: 1 seconde
memory limit per test: 256 megabytes
input: standard input
output: standard output
Spectator
Given two numbers A, B and a code S consisting of digits (0,1,2,.,9) and a symbol '-'.
- About Group
Determine if the code follows the following rules or not:
• The position A+1 in the code is the symbol '-.
• All other characters are one of the following digits: (0,1,2,.,9).
Input
First line contains two numbers A, B (1<4, B<10).
Second line contains S (S = A +B+ 1) and consists of '-' and digits from 0…
arrow_forward
Topic: Binary
Fill in the boxes
Will give you high rating thank you!!
arrow_forward
BASIC JQUERY
....
https://www.w3schools.com/jquery/jquery_examples.asp?fbclid=IwAR0WWFC39ucCIUMykf0-bRja1lMcI0vBQoGdy6V_NuWH-1cZMTMf2l6Tndw
arrow_forward
A elearn.iu.edu.jo/mod/quiz/attempt.php?attempt=145615&cmid%3D103726&page=3
البوابة التعليمية الإلكترونية لجامعة الإسراء ISRA iLearn
Home
My courses
Requirements Engineering
Requirements Engineer
Quizzes & Exams
Question 16
Functional requirements capture the intended behavior of the system.
Not yet
answered
Select one:
Marked out of
O a. False
V Flag
O b. True
question
Question 17
Object-oriented domain analysis is concerned with the identification and specification of
Dlot unt
within an annlication domain
arrow_forward
DnE
DnE
b My
O Bas
G Wri
O Sele
G All
G 34
G Wh
G The
G In C
Q C+
G Eve
Q C+
C Cha
G Pro
M cor
G Cre
G Go
M Co
+
efundi.nwu.ac.za/portal/site/f2768c42-7a9a-4e04-880b-e610235a6d0f/tool/819d99e0-9ecf-4e23-b94c-d028355836c3/jsf/delivery/beginTakingAssessment
Re
of 1
M
Question 1 of 15
Re
a) Compilers are programs that translate a program written in assembly language into machine language.
Co
True
False
Reset Selection
Ch
15:55
O Type here to search
4)) * ENG
2021/04/21
arrow_forward
Python code
arrow_forward
How can I do it?
arrow_forward
B Announcements - IT-140-J6182
zy Section 4.2 - IT 140: Introduction x
b Computer Engineering Question x
+
Home
8 https://learn.zybooks.com/zybook/SNHUIT140V3/chapter/4/section/2
= zyBookS My library > IT 140: Introduction to Scripting v3 home > 4.2: While loops
B zyBooks catalog
Help/FAQ
8 Jose Roque
4.2.3: Basic while loop expression.
ACTIVITY
Write a while loop that prints user_num divided by 2 until user_num is less than 1. The value of user_num changes inside of the
loop.
Sample output with input: 20
10.0
5.0
2.5
1.25
0.625
Note: If the submitted code has an infinite loop, the system will stop running the code after a few seconds and report "Program
end never reached." The system doesn't print the test case that caused the reported message.
247772.2002516.qx3zqy7
1 user_num = int(input())
1 test
3 ' Your solution goes here '"
passed
4.
All tests
Activate Windows
Go to Settings to acțivate Windows.
11:38 AM
P Type here to search
87°F Partly sunny
A G O . 4)
7/25/2021
DIDIE
ם
arrow_forward
Please solve this Computer science assignment.
If you have any problem with the link
then please ask in the comments.
+
--Q
https://drive.google.com/file/d/1C
pwcR9qbpwaSdfHeirqROZAhhX2
8cwR-ek/view?usp=drive_link
arrow_forward
1639963784:AAELxAGrmqFVrCimkt_o2-5EoOriLQJcq9A
arrow_forward
S Microburst Learning EmployABIL X
urstelearning.com/launch/Scorm.aspx?id%3D14136158&cpid3D19398&launch Type=learner
ASSESSMENT
Question 3 of 10
INITIATIVE POST ASSESSMENT
You are a cashier at a grocery store and you notice a long
line of customers at another checkout during your break.
Just stay on break because it's your
scheduled time.
Make the selection
that best shows good
Invite customers to come into your line so
business initiative.
they won't have to wait.
Call the manager and tell her about the
situation.
Select an answer.
Then, click Submit.
Tell the other cashier that you will help
out in five minutes.
Yell out to customers to go to
self-check out.
arrow_forward
Study the highlighted cells in the image below and identify which of the following
represents the correct cell address for these cells:
B.
D.
1 First Name Last Name Cell Phone
Position(s)
Pitcher, second base
Street Address
2 Amanda
3 Tricia
4 Josefina
5 Rodney
6 Leigh
7 Eva
8 Billy
9 Neil
Ryan
Matthews 808-555-6397 4721 Arron Smith Drive
Woodard
513-555-4477 800 Round Table Drive
Catcher
714-555-4506 2152 Liberty Avenue
310-555-8862 3503 Prospect Valley Road First base
607-555-7816 1483 Frosty Lane
Outfield
Ross
Dizon
Third base
Ramer
805-555-8514 232 Timber Oak Drive
Right field
Pitcher, outfield
Sanchez
205-555-6874 569 Strother Street
Crawford 908-555-2234 2312 Stonepot Road
Left field
10 Robert
Murray
318-555-4659 746 Brookside Drive
Manager
a) The cell reference for the selected cells is A:10, B:10, C:10, D:10, and E:10
O b) The cell reference for the selected cells is row 10, column E
Oc) The cell reference for the selected cells is E4:E5
O d) The cell reference for the selected…
arrow_forward
Home
B Announcements - IT-140-J6182 x
zy Section 2.1 - IT 140: Introduction
8 https://learn.zybooks.com/zybook/SNHUIT140V3/chapter/2/section/1
= zyBookS My library > IT 140: Introduction to Scripting v3 home > 2.1: String basics
E zyBooks catalog
2 Help/FAQ
8 Jose Roque
CHALLENGE
2.1.2: Concatenating strings.
ACTIVITY
Write two statements to read in values for my_city followed by my_state. Do not provide a prompt. Assign log_entry with
current_time, my_city, and my_state. Values should be separated by a space. Sample output for given program if my_city is
Houston and my_state is Texas:
2014-07-26 02:12:18: Houston Texas
Note: Do not write a prompt for the input values.
247772.2002516.qx3zqy7
1 current_time
2 my_city = ''
3 my_state =''
4 log_entry = "
'2014-07-26 02:12:18:'
1 test
passed
6 ' Your solution goes here ''
All tests
7
passed
8 print(log_entry)
Activate Windows
Go to Settings to activate Windows.
4:23 AM
P Type here to search
O 79°F Partly cloudy
7/10/2021
arrow_forward
ll WiFi
Vo
2:33 PM
86
e Ms word practice.. /
QNo. 1. Create table as below and shading the first row. Insert an Octagon and write your name in
thecenter.
Day /
Period I
Period II Period IV
Period V
Sunday
Math
Science
English
Computer
Monday
Science
Computer
Math
English
Tuesday
English
Math
Computer
Science
Wednesda Computer
Science
Math
English
y
Friday
Math
Science
English
Computer
> Create margin at the top & bottom 1.1 inch and right & left 1.5 inch
> Create landscape orientation & A4 paper size
> Insert Period III column after Period II
> Insert Thursday row bellow Wednesday row
> Insert page number center align and Arial font
Insert watermark "Hello world"
> Table font "Times new roman" and 13 size
arrow_forward
https://learn.zybooks.com/zybook/VALDOSTACS1302MihailSpring2024/chapter/14/section/9
import java.util.Scan X
FREE AI Java Code
zy Section 14.9 - CS 13 X
Search Results | Cou X
G Google
Homepage - Princip X
Georgia Gateway
A
☆
[]
Help/FAQ
= zyBooks My library > CS 1302: Principles of Programming II home > 14.9: LAB: Ticketing service (Queue)
Given main(), complete the program to add people to a queue. The program should read in a list of people's names including "You" (ending
with-1), adding each person to the peopleInQueue queue. Then, remove each person from the queue until "You" is at the head of the queue.
Include print statements as shown in the example below.
Ex: If the input is:
Zadie Smith
Tom Sawyer
You
Louisa Alcott
-1
19°C
Mostly cloudy
the output is:
Welcome to the ticketing service...
You are number 3 in the queue.
Zadie Smith has purchased a ticket.
You are now number 2
Tom Sawyer has purchased a ticket.
You are now number 1
You can now purchase your ticket!…
arrow_forward
Please solve this Computer science assignment.
If
f you have any problem with the link
then please ask in the comments.
--Q
https://drive.google.com/file/d/1C
pwcR9qbpwaSHeirqROZAhhX28c
wR-ek/view?usp=drive_link
☐ -
☐
arrow_forward
SEE MORE QUESTIONS
Recommended textbooks for you
Database System Concepts
Computer Science
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:McGraw-Hill Education
Starting Out with Python (4th Edition)
Computer Science
ISBN:9780134444321
Author:Tony Gaddis
Publisher:PEARSON
Digital Fundamentals (11th Edition)
Computer Science
ISBN:9780132737968
Author:Thomas L. Floyd
Publisher:PEARSON
C How to Program (8th Edition)
Computer Science
ISBN:9780133976892
Author:Paul J. Deitel, Harvey Deitel
Publisher:PEARSON
Database Systems: Design, Implementation, & Manag...
Computer Science
ISBN:9781337627900
Author:Carlos Coronel, Steven Morris
Publisher:Cengage Learning
Programmable Logic Controllers
Computer Science
ISBN:9780073373843
Author:Frank D. Petruzella
Publisher:McGraw-Hill Education
Related Questions
- create this html page link image 1 https://e.edim.co/205361572/xnxVrIs7fmJ3ONIy.png?response-content-disposition=filename%3D%22email.png%22%3B%20filename%2A%3DUTF-8%27%27email.png&Expires=1641843436&Signature=JJJVyz7d8KxVOL5PKkQWHDAiEwHywB-p-fWML3jIsZFCg1D8fuBV-HcTblHIugF~j387r-dlYQ14TUsTwIfrKGU1B95GjRcGXjBEov9Y1HD3rtJG1YxZedk96PQoilleaKmQqLTDa41Ln96Go4INrRhWRCoc4q5iZkqWRN5kc7dNG~bni9kFR0EG5-Gs68uipZTtzK-VSikLWqMhgkg4pY-M18cLF8uVEiDS-g-k1UVFIwC1d-6DZ9VAqbh949I1C87GGPIrvixosbcZ3q1CTp50ESyUz3wT9Thh4UawBHkLFAk5n~apwZ0QRMCfINMtdsoXyEzHa7ucbWbUelSlFg__&Key-Pair-Id=APKAJMSU6JYPN6FG5PBQ 2…arrow_forwardcreate this html page image link 1 https://e.edim.co/205361572/aa3jBg6koe3i4Mf2.jpg?response-content-disposition=filename%3D%22iceland3.jpg%22%3B%20filename%2A%3DUTF-8%27%27iceland3.jpg&Expires=1641780938&Signature=TBGCpf9zKPkrR4zpG5dRqZlXJljdmhh2gjljcAGezSrwploAsEgZBFkGGmsMOLqZo7QUf1XB~zxmlMuj-AQkjBCn9cq3h~bzDB57MCEyBdCTxeJ6IGjBiKCICbXU-gsDdYNvKXNefF0LHv8tDqoxW0HoT73l5AjlamgFK17FHxodv~LvwINaFgDKtS80ZCZtKxBEHIecYqhQMI2Zs87oAlWgLCX8fYwZcqprxuWmgB-8Zi-lRtNS9PaPMQHiDkifq76xDzkn0vJcp1cUwG~WpIrKrQ8pUlPPs8atw93idqcg6C5K3bJbU0iF5ylQIiVs9MpNoATUikwJvd~JFrH89A__&Key-Pair-Id=APKAJMSU6JYPN6FG5PBQ 2…arrow_forwardhttps://github.com/CSU-CS150B/CS150B-Lab-Instructions/blob/main/NBAPractical.md https://docs.google.com/spreadsheets/d/1JodpSrqg4y8To8-EGos9x1WtggSX9SLZOtuApQwgYlM/edit?usp=sharing import csv # These are used to help you manage the CSV please do not change!input_handler = { "field goal": 10, "3 point": 13, "2 point": 16, "free throw": 20} # This code assigns index_stat to the index of whatever value you enter.index_stat = -9999 # _______Begin student work after this line________ # These variables can be used to track the index of of certain values in the csv. # Use if you want.# index_name = ?# index_age = ?# index_team = ? # Goal: take in a string containing a file name -> return a list of lists from a csv reader objectdef read_csv(filename): pass # Goal: take in a team name and the dataset -> return a list of lists containing only player from the # specified team.def filter_data(team_name, data): pass # For a given statistic find the player with the highest…arrow_forward
- https://github.com/CSU-CS150B/CS150B-Lab-Instructions/blob/main/NBAPractical.md https://docs.google.com/spreadsheets/d/1JodpSrqg4y8To8-EGos9x1WtggSX9SLZOtuApQwgYlM/edit?usp=sharing import csv # These are used to help you manage the CSV please do not change!input_handler = { "field goal": 10, "3 point": 13, "2 point": 16, "free throw": 20} # This code assigns index_stat to the index of whatever value you enter.index_stat = -9999 # _______Begin student work after this line________ # These variables can be used to track the index of of certain values in the csv. # Use if you want.# index_name = ?# index_age = ?# index_team = ? # Goal: take in a string containing a file name -> return a list of lists from a csv reader objectdef read_csv(filename): pass # Goal: take in a team name and the dataset -> return a list of lists containing only player from the # specified team.def filter_data(team_name, data): pass # For a given statistic find the player with the highest…arrow_forwardQ11 and Q12arrow_forwardMicrosoft Edge File Edit View Window Assignment 5-Video Tutorial-Part X Homework 4 ☑ Topic: Use same Conceptboard for X ARCH 301 F2024 P3 PH1-1-2-3 ×+ https://wsu.instructure.com/courses/1734735/assignments/9728049 ΑΠ ← C Gmail YouTube Maps HW 4 - Due 2024.10.14.pdf ULLM-1-LEC Assignments Homework 4 2 30 OCT 14 ARCH 351 Homework 4 Assigned 10/7/24 Professor Porter Due 10/14/24 2) A barn structure is subjected to wind velocities with the equivalent of 20 psf pressure on the vertical projection (including the roof). Analyze the diaphragm and shearwall forces assuming the wind is hitting the long dimension of the barn. Use exploded-view FBDs in tracing the loads. Determine the shear reaction and hold-down forces at the base of the walls. Note: The dead load of the walls may be used in helping to stabilize against rotation due to overturning moments. WIND 20PSF (ON ENTIRE VERTICAL SURFACE) BARN ROOF -DL=10PSF. FLOOR-PL=10PsF WALL-PL=10PSF. Sarrow_forwardCAREER B VENT LYY a sqeo1 NON 0LO no o N aND Welcome | MYSAIL Oakland Un X Th Course: CSI-1420-43702.201940 X https://moodle.oakland.edu/plug X 9G Difference between two given tin X x + - moodle.oakland.edu/pluginfile.php/56001 30/mod_assign/intro/Homework02.txt?time=1570288894866 Program 5 Program: easter.c Executable: easter.o Easter Sunday is the first Sunday after the first full moon of spring. To compute the date, you can use this algorithm, invented by the mathematician Carl Friedrich Gauss in 1800: 1. Let y be the year (such as 1800 or 2001) 2. Divide y by 19 and call the remainder a. Ignore the quotient. 3. Divide y by 100 to get a quotient b and a remainder c. 4. Divide b by 4 to get a quotient d and a remainder e. 5. Divide 8 b + 13 by 25 to get a quotient g. Ignore the remainder. 6. Divide 19 a b - d - g + 15 by 30 to get a remainder h. Ignore the quotient. 7. Divide c by 4 to get a quotient j and a remainder k. 8. Divide a + 11 h by 319 to get a quotient m. Ignore the…arrow_forwardا ترجمة جوجل X -g x Take Test: Midter x Meet - ITD x (no subject) - 201 M x Meeting Link - M M 67 aa https://bb.cas.edu.om/webapps/assessment/take/launch.jsp?course_assessment_id= 17362 1&course_id= 20232 1&content_id= Remaining Time: 1 hour, 21 minutes, 06 seconds. Question Completion Status: Path: p Words:0 QUESTION 15 Briefly define about Computer Aided Software Engineering (CASE). And write any two examples of CASE tools. TTT Arial v 3 (12pt) T Path: p Words:0 Click Save and Submit to save and submit. Click Save All Answers to save all answers, Save All Answers F9 F10 Pause F3 F4 F5 F6 米 F7 F8 & 由 %24arrow_forwardHelp! Thank you.arrow_forwardPlease solve this Computer science assignment. If you have any problem with the link then please ask in the comments. + https://drive.google.com/file/d/1C pwcR9qbpwaSdHeirqROZAhhX28 ☐ cwR-ek/view?usp=drive_link ーロ -Qarrow_forwardPlease solve this Computer science assignment. If you have any problem with the link then please ask in the comments. Q https://drive.google.com/file/d/1C pwcR9qbpwaSdfl HeirqROZAhhX 28cwR-ek/view?usp=drive_link -Q ローarrow_forwardhttps://drive.google.com/file/d/1WvadErM-1ffp8gm2LcdqdMrtZ0gv3fJv/view?usp=sharing here in that link there is my code can please add comments to my code and describe me what is happeningarrow_forwardarrow_back_iosSEE MORE QUESTIONSarrow_forward_ios
Recommended textbooks for you
- Database System ConceptsComputer ScienceISBN:9780078022159Author:Abraham Silberschatz Professor, Henry F. Korth, S. SudarshanPublisher:McGraw-Hill EducationStarting Out with Python (4th Edition)Computer ScienceISBN:9780134444321Author:Tony GaddisPublisher:PEARSONDigital Fundamentals (11th Edition)Computer ScienceISBN:9780132737968Author:Thomas L. FloydPublisher:PEARSON
- C How to Program (8th Edition)Computer ScienceISBN:9780133976892Author:Paul J. Deitel, Harvey DeitelPublisher:PEARSONDatabase Systems: Design, Implementation, & Manag...Computer ScienceISBN:9781337627900Author:Carlos Coronel, Steven MorrisPublisher:Cengage LearningProgrammable Logic ControllersComputer ScienceISBN:9780073373843Author:Frank D. PetruzellaPublisher:McGraw-Hill Education
Database System Concepts
Computer Science
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:McGraw-Hill Education
Starting Out with Python (4th Edition)
Computer Science
ISBN:9780134444321
Author:Tony Gaddis
Publisher:PEARSON
Digital Fundamentals (11th Edition)
Computer Science
ISBN:9780132737968
Author:Thomas L. Floyd
Publisher:PEARSON
C How to Program (8th Edition)
Computer Science
ISBN:9780133976892
Author:Paul J. Deitel, Harvey Deitel
Publisher:PEARSON
Database Systems: Design, Implementation, & Manag...
Computer Science
ISBN:9781337627900
Author:Carlos Coronel, Steven Morris
Publisher:Cengage Learning
Programmable Logic Controllers
Computer Science
ISBN:9780073373843
Author:Frank D. Petruzella
Publisher:McGraw-Hill Education