100% satisfaction guarantee Immediately available after payment Both online and in PDF No strings attached 4.2 TrustPilot
logo-home
Exam (elaborations)

C 859: Introduction to Programming in Python Exam Study Guide

Rating
-
Sold
-
Pages
8
Grade
A+
Uploaded on
14-08-2024
Written in
2024/2025

C 859: Introduction to Programming in Python Exam Study Guide

Institution
C859 Python
Module
C859 Python









Whoops! We can’t load your doc right now. Try again or contact support.

Written for

Institution
C859 Python
Module
C859 Python

Document information

Uploaded on
August 14, 2024
Number of pages
8
Written in
2024/2025
Type
Exam (elaborations)
Contains
Questions & answers

Subjects

Content preview

©PREP4EXAMS@2024 [REAL-EXAM-DUMPS] Saturday, August 3, 2024 7:34 AM
WEST VIRGINIA UNIVERSIRTY- ( WV) : 26506




C 859: Introduction to Programming in
Python Exam Study Guide

Slice Notation - ✔️✔️my_str[start:end]


will create a substring from my_str index start through to end - 1


Slice Notation with Stride - ✔️✔️my_str[start:end:stride]


Field Width - ✔️✔️minimum number of characters that must be inserted into a string


my_str='{name:16}{goals:8}'


Alignment Character - ✔️✔️determines how a value should be aligned within the width of

the field


my_str='[name:<16}{goals:>8}{points:^6}'


Fill Character - ✔️✔️used to pad a replacement field when the string being inserted is

smaller than the field width


{score:0>4} produces 0018


Floating-point Precision - ✔️✔️format specification which indicates how many digits to the

right of the decimal should be included in the output of floating types


'{:.1f}'.format(1.725) produces 1.7



1

, ©PREP4EXAMS@2024 [REAL-EXAM-DUMPS] Saturday, August 3, 2024 7:34 AM
WEST VIRGINIA UNIVERSIRTY- ( WV) : 26506


Replace (old and new parameters) - ✔️✔️returns a copy of the string with all occurrences

of the substring old replaced by the string new; old and new arguments may be string

variables or string literals


phrase.replace('one', 'two') will replace any occurrence of the word one with two


Replace (old, new and count parameters) - ✔️✔️returns a copy of the string with all

occurences of the substring old replaced by the new except only replaces the first count

occurrences of old


phrase.replace('one', 'two', 5) will replace any occurrances of 'one' with 'two' but will

begin looking at index 5


Find (with x variable) - ✔️✔️string method that returns the index of the first occurrence of

item x in the string, else returns -1


my_str.find('!') will return the index of the '!' in the string


Find (with x, and start parameter) - ✔️✔️string method that will return the index of the first

occurrence of item x in the string but will begin looking at index start


my_str.find('!', 3) will produce the index of the first ! on or after index 3


Find (with x, start and end parameter) - ✔️✔️string method that will return the index of the

first occurrence of item x in the string but will begin looking at the index start and will

stop at index end -1




2

Get to know the seller

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.
OliviaWest Teachme2-tutor
View profile
Follow You need to be logged in order to follow users or courses
Sold
106
Member since
1 year
Number of followers
17
Documents
8528
Last sold
14 hours ago
Pure Orchid Haven.

All Documents,and package deals offered by seller Olivia West.

2.8

22 reviews

5
6
4
2
3
4
2
1
1
9

Recently viewed by you

Why students choose Stuvia

Created by fellow students, verified by reviews

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

Didn't get what you expected? Choose another document

No problem! You can straightaway pick a different document that better suits what you're after.

Pay as you like, start learning straight 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 smashed it. It really can be that simple.”

Alisha Student

Frequently asked questions