Python WGU C859 Exam Questions With Complete Solutions
Minimum field width with strings correct answer: print('Student name (%5s)' % 'Bob' the 5 specifies that there are a minimum of 5 characters and thus the print out would be ( Bob) Conversion flags correct answer: alter the output of conversion specifiers %08d adds leading zeros to the minimum width of 8 characters precision components(Rounding) correct answer: Indicates how many digits to the right of the decimal should be included '%.1f' % 1.725 indicates a precision of 1 resulting in 1.7 .replace() correct answer: replace(old,new,count) count replaces only the first occurrence count can be left out translation = ce('one', 'uno') .find(x) correct answer: Returns the position of the first occurrence of item x in the string if my_str is 'Boo Hoo!' my_('!') Returns 7 ('Boo') Returns 0 my_('oo') returns 1 find(x, start) correct answer: Same as find(x) but begins the search at position start
Written for
- Institution
- Western Governers University
- Course
- WGU C859
Document information
- Uploaded on
- July 12, 2023
- Number of pages
- 23
- Written in
- 2022/2023
- Type
- Exam (elaborations)
- Contains
- Questions & answers
Subjects
-
python wgu c859 exam questions with complete solut
Also available in package deal