CSE 1010- Final Exam Guide - Comprehensive Notes for the exam ( 45 pages long!)

442 views45 pages
jadetortoise401 and 55 others unlocked
CSE 1010 Full Course Notes
84
CSE 1010 Full Course Notes
Verified Note
84 documents

Document Summary

11:59 am: hw 2 due wed of next week, open ssh server installation. Special characters: inside any of the pairs of quotes, there are special character sequences beginning with a backslash (\) which are interpreted in a special way. \" do not interpret the " as a string delimiter: >>>print("doesn\"t") \n: end the current line of text and start a new one, >>>print("hello\nhow are you\ni\"m fine", hello, how are you. Skip to the next "tab stop" in the text. This allows output in columns: basically saying advance the cursor to the next tab, >>>print("hello how are you i\"m fine", hello how are you i"m fine, back slash means continuation, two back slashes are literal back slashes, strings. >>>print("c:\host\november") what is the output: c:\host, ovember, because \n means new line, raw strings. "hahahahahaha: a string can be repeated by the value of an integer with * operator, >>>"ha"*5, can put the 5 first if you want, >>>"ha"*-5.

Get access

Grade+
$40 USD/m
Billed monthly
Grade+
Homework Help
Study Guides
Textbook Solutions
Class Notes
Textbook Notes
Booster Class
10 Verified Answers

Related Documents