0

I am completing a work sample from Google as part of the Bright Network Experience and I am stuck at the very beginning. I have just downloaded Python on my Mac and the work sample says the following:

Running and testing from the Commandline

To run the command-line application:

python3 -m src.run

You can close the app by typing EXIT as a command.

Running the tests:

To run all the tests:

python3 -m pytest

Can someone please explain what should I do with this information?

I tried running these on PyCharm but it just says that I don't have any files with that name. Thank you.

Lucia
  • 1
  • 3

1 Answers1

2
<!-- This is an HTML comment -->
// This is a JS comment

/*
This is also a JS comment
But it can be multiline
*/
starikcetin
  • 1,391
  • 1
  • 16
  • 24