Esempio n. 1
0
oopython
lab1
emmd12
2017-01-24 13:30:18
v2.2.26 (2017-01-20)

Generated 2017-01-24 14:30:18 by dbwebb lab-utility v2.2.26 (2017-01-20).
https://github.com/mosbth/lab
"""

from Dbwebb import Dbwebb
import Cat
import Dog
import BankAccount

dbwebb = Dbwebb()
print(">>> Ready to begin.")
"""
==========================================================================
Lab 1 - oopython

If you need to peek at examples or just want to know more, take a look at
the [Python documentation](https://docs.python.org/3/library/index.html).
Here you will find everything this lab will go through and much more.

"""
"""
--------------------------------------------------------------------------
Section 1. Objects and classes

Basic object oriented python.
Esempio n. 2
0
File: answer.py Progetto: Todai88/me
# -*- coding: utf-8 -*-
"""
18611c57693f3281c28eaeb45e40cdf7
python
lab2
jobk16
2016-09-04 08:24:51
v2.2.15 (2016-05-31)

Generated 2016-09-04 10:24:52 by dbwebb lab-utility v2.2.15 (2016-05-31).
https://github.com/mosbth/lab
"""

from Dbwebb import Dbwebb

dbwebb = Dbwebb()
print(">>> Ready to begin.")
"""
==========================================================================
Lab 2 - python 
 
Strings and files.
 
"""
"""
--------------------------------------------------------------------------
Section 1. Strings 
 
The basics of strings.
 
"""
Esempio n. 3
0
#!/usr/bin/env python3
# -*- coding: utf-8 -*-

"""
1a780006135d8b7a0c1e5a60d7d9f34d generated for bjvi13 at 2015-09-07 10:42:29
"""

from Dbwebb import Dbwebb

dbwebb = Dbwebb()
print("Ready to begin.")


"""
==========================================================================
Lab 2 - python

Strings and files
"""

"""
--------------------------------------------------------------------------
Section 1. Strings

The basics of strings
"""

"""
Exercise 1.1

Assign the word: 'milk' to a variable and put your variable as the answer.