1
Fork 0
This repository has been archived on 2021-11-02. You can view files and clone it, but cannot push or open issues or pull requests.
automation_project/Lesopdrachten(formatief)/01 Sockets/Opdracht 1/3.py

3 lines
111 B
Python

kleuren = {'auto':'rood', 'trein':'geel', 'ambulance':'geel'}
for i in kleuren:
print(i + ' is ' + kleuren[i])