OCR GCSE (9-1) Computer Science J277 Guide to …

C# will not convert say a number you enter into an integer, or a double. You need to tell it to do that. ... The file I have used is the SAME file that had the Monty Python quotes in. Note now, that the content has been . overwritten. Write to a file (append) ... str(3) returns "3" int("3") returns 3: float("3.14") returns 3.14: ................
................