jetbrains-academy / introduction_to_python

Introduction to Python course
MIT License
42 stars 27 forks source link

My answer is correct but the system rejects it. Modules and Packages / Executing modules as scripts #194

Closed edutools-service closed 1 year ago

edutools-service commented 1 year ago

import some_module

print(f'This is a message from {name}.') some_module.func()

Make a change here.

if name == "main": print('This should be printed ONLY when dict_keys.py is called directly.')