Python Flash Cards

Descrição

FlashCards sobre Python Flash Cards, criado por educ8ict em 28-08-2013.
educ8ict
FlashCards por educ8ict, atualizado more than 1 year ago
educ8ict
Criado por educ8ict mais de 12 anos atrás
150
3

Resumo de Recurso

Questão Responda
Name an interpreted language. Python Perl BASIC
What could you use to edit a Python file? A text editor such as nano or A specific coding application such as XCode
Name a module used to specify a time to wait in Python time or datetime
Name a module you would use to identify the date in Python datetime
Which is correct? import time importtime import(time) import.time import time
Which of the following is NOT an interpreted language? Perl Python C C
Which statement would you use to output text in Python? Print Echo Import Post print
How would you end a Python session? exit quit exit() quit() exit()
Name a benefit of using Interpreted languages Easy to learn, Quick, Can be used for a wide range of things