Written by students who passed Immediately available after payment Read online or as PDF Wrong document? Swap it for free 4.6 TrustPilot
logo-home
Document preview thumbnail
Preview 1 out of 3 pages
Exam (elaborations)

WGU C859 Python Test 2023 wit complete solution GRADED A+

Document preview thumbnail
Preview 1 out of 3 pages

WGU C859 Python Test 2023 wit complete solution GRADED A+ () - ANSread a file into a string ("hello!") - ANSwrites to a file ine() - ANSreads next line () - ANScloses a file (must always close a file!) f1 = open("/my_path/my_", "r") - ANSto open and read a file f1 = open("/my_path/my_", "w") - ANSto open and write a file (all previous material discarded) f1 = open("/my_path/my_", "a") - ANSto open and add to a file with open("/my_file...etc) as f: - ANSopens, allows work, and automatically closes a file timedelta - ANStime library function to calculate time amounts from datetime import timedelta - ANSgrabs timedelta from the datetime library import datetime as dt - ANSimports a library as a specified variable ().month - ANSto print current month (aka .day or .year for those) beautiful soup - ANSHTML parsing library NumPy - ANSscientific computing, matrices, array creation library pandas - ANSdata manipulation and analysis library pillow (PIL) - ANSwork with and manipulate images; python imaging library pyglet - ANSmultimedia / gaming creation library pytz - ANStime zone data library pip install ____________ import _______________ - ANSto install and import a library into your code () - ANSround down (4.5 = 4, 4.8 = 4, 4.1 = 4, 4.9 = 4) () - ANSround up (4.6 = 5, 4.7 = 5, 4.1 = 5, 4.2 = 5) () - ANSget today's date .(1967, 9, 7) print(ime("%A")) - ANSgets the day of the week rial() - ANSmultiplies each number in argument to give answer () - ANSreturn e raised to power of (x) (natural log) () - ANSreturn square root of x () - ANScreate a hard link pointing to a source d() - ANSreturns string of curr

Content preview

WGU C859 Python Test 2023 wit complete solution
GRADED A+

f1.read() - ANS>>read a file into a string

f1.write("hello!") - ANS>>writes to a file

f1.readline() - ANS>>reads next line

f1.close() - ANS>>closes a file (must always close a file!)

f1 = open("/my_path/my_file.text", "r") - ANS>>to open and read a file

f1 = open("/my_path/my_file.text", "w") - ANS>>to open and write a file (all previous
material discarded)

f1 = open("/my_path/my_file.text", "a") - ANS>>to open and add to a file


with open("/my_file...etc) as f: - ANS>>opens, allows work, and automatically closes a
file

timedelta - ANS>>time library function to calculate time amounts

from datetime import timedelta - ANS>>grabs timedelta from the datetime library

import datetime as dt - ANS>>imports a library as a specified variable

datetime.date.today().month - ANS>>to print current month (aka .day or .year for those)

beautiful soup - ANS>>HTML parsing library

NumPy - ANS>>scientific computing, matrices, array creation library

pandas - ANS>>data manipulation and analysis library

pillow (PIL) - ANS>>work with and manipulate images; python imaging library

pyglet - ANS>>multimedia / gaming creation library

pytz - ANS>>time zone data library

pip install ____________ import _______________ - ANS>>to install and import a
library into your code

Document information

Uploaded on
March 25, 2024
Number of pages
3
Written in
2023/2024
Type
Exam (elaborations)
Contains
Questions & answers
$22.99

Wrong document? Swap it for free Within 14 days of purchase and before downloading, you can choose a different document. You can simply spend the amount again.
Written by students who passed
Immediately available after payment
Read online or as PDF

Seller avatar
Reputation scores are based on the amount of documents a seller has sold for a fee and the reviews they have received for those documents. There are three levels: Bronze, Silver and Gold. The better the reputation, the more your can rely on the quality of the sellers work.
BEST100
4.4
(18)
Sold
55
Followers
35
Items
1120
Last sold
1 month ago



Why students choose Stuvia

Created by fellow students, verified by reviews

Quality you can trust: written by students who passed their tests and reviewed by others who've used these notes.

Didn't get what you expected? Choose another document

No worries! You can instantly pick a different document that better fits what you're looking for.

Pay as you like, start learning right away

No subscription, no commitments. Pay the way you're used to via credit card and download your PDF document instantly.

Student with book image

“Bought, downloaded, and aced it. It really can be that simple.”

Alisha Student

Working on your references?

Create accurate citations in APA, MLA and Harvard with our free citation generator.

Working on your references?

Frequently asked questions