Skip to content
Snippets Groups Projects
Commit 53c392f8 authored by Jennifer Rinker's avatar Jennifer Rinker
Browse files

uploading ex 1 solns

parent ec26a376
No related branches found
No related tags found
No related merge requests found
"""Solutions to first exercise on import modules
Author
------
Jenni Rinker
rink@dtu.dk
"""
import hello_world
import hello_world as hw
from hello_world import greetings
from hello_world import greetings as gr
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment