PPT-Elif Şafak
Author : debby-jeon | Published Date : 2017-12-17
Hayatı Edebi Yaşamı Eserleri Ödülleri Hayatı Strausburgda doğdu Orta okulu Madridde okudu Liseyi Ankara Anadolu Lisesinde tamamladı Hayatı ODTÜ Uluslar
Presentation Embed Code
Download Presentation
Download Presentation The PPT/PDF document "Elif Şafak" is the property of its rightful owner. Permission is granted to download and print the materials on this website for personal, non-commercial use only, and to display it on your personal computer provided you do not modify the materials and that you retain all copyright notices contained in the materials. By downloading content from our website, you accept the terms of this agreement.
Elif Şafak: Transcript
Hayatı Edebi Yaşamı Eserleri Ödülleri Hayatı Strausburgda doğdu Orta okulu Madridde okudu Liseyi Ankara Anadolu Lisesinde tamamladı Hayatı ODTÜ Uluslar Arası İlişkiler Bölümü. Genome Informatics . Q. uiz Section . 3. April . 14, . 2015. Reminder:. . Office hours Monday 2-3pm. Foege. S-110. Topics for today. Questions from lecture. Homework . 2 due . tomorrow 5pm. Homework . Chapter 3. Python for Informatics: Exploring Information. www.. pythonlearn. .com. Conditional Steps. x = 5. X < 10 ?. print 'Smaller'. X > 20 ?. print 'Bigger'. print 'Finis'. Yes. Yes. No. No. Hayatı. Edebi Yaşamı. Eserleri. Ödülleri. Hayatı:. Strausburg’da doğdu.. Orta okulu Madrid’’de okudu.. Liseyi Ankara Anadolu Lisesi’nde tamamladı. Hayatı:. ODTÜ Uluslar Arası İlişkiler Bölümü. Genome Informatics . Q. uiz Section 2. April 7, 2015. Topics for today. Questions from lecture. Homework 1 due tomorrow 5pm. Homework 2 assigned tomorrow. Python overview: more data types. Questions about material from lecture. In the Marking section of Assignment 2, it said:. When marking Assignment 2, we will look at some of the following . criteria:. …. Code. : is the code easy to read? Is it well indented? Is it commented? . elif. Using the if statement. Branching. is a fundamental part of computer programming. It basically means making a decision to take one path or another. Through the if statement, your programs can branch to a section of code or just skip it, all based on how you’ve set things up. COSC 1301. Line Continuation. What do you do if your line of Python code is too long?. Use the line continuation character!. the backslash character . \. Place at the very end of the line. Python interpreter will assume the next line is part of the same line. . E. x. ecut. i. on. Conditional. . Steps. Output:. Sma. l. ler. Finis. Program:. x =. . 5. if . x <. . 10:. print. . 'Smaller’. if . x >. . 20:. print. . 'Bigger'. print. . 'Finis'. x =. Python for Everybody. www.. py4e. .com. Conditional Steps. Output:. Smaller. Finis. Program:. x = 5. if. . x < 10:. . print(. '. Smaller'. ). if. . x > 20:. . print(. '. Bigger'. ). p. 1. Introduction to Programming. Department of Computer Science and Information Systems. Tingting Han (afternoon), Steve Maybank (evening). tingting@dcs.bbk.ac.uk. sjmaybank@dcs.bbk.ac.uk. Autumn 2018. Genome 559: Introduction to Statistical and Computational Genomics. Prof. William Stafford Noble. The . if. statement. >>> . seq. = "Class". >>> if (. seq.startswith. ("C")):. ... print "Starts with C". Welcome to CS 5 !. Introduction to CS. Wally Wart, a protrusive advocate . of . concrete. computing. Everyone will get out of this course – a lot!. We don't have words strong enough to describe this class.. Gürkan ve Semih adında birbirlerine çok yakın iki arkadaş vardı. İkisi de sekiz yaşında ve aynı sınıftalardı. Bir hafta sonu Gürkan’ın canı çok sıkılmıştı. Hemen Semih’i aradı ve topunu al da bize gel , oyun oynayalım, dedi. Semih telefonu kapattı, annesinden izin aldı ve evden çıktı. . Yes:. def f( ):. return (3 + 4. ). Can you have a function with no outputs?. Yes:. def f(x):. 3 + 4. Can you have a function with no inputs and outputs?. Yes:. def f( ):. 3 + 4. Functions:. Math: f(x) = x.
Download Document
Here is the link to download the presentation.
"Elif Şafak"The content belongs to its owner. You may download and print it for personal use, without modification, and keep all copyright notices. By downloading, you agree to these terms.
Related Documents