diff --git a/Functions/script.py b/Functions/script.py new file mode 100644 index 0000000..9062a59 --- /dev/null +++ b/Functions/script.py @@ -0,0 +1,8 @@ +def directions_to_timesSq(): + print("Walk 4 mins to 34th St Herald Square train station.") + print("Take the Northbound N, Q, R, or W train 1 stop.") + print("Get off the Times Square 42nd Street stop.") + print("Take lots of pictures!") + +# Call your function here: +directions_to_timesSq()