Please ignore secret bonuses. Secret tests do NOT award bonus. Max hw grade is 30+2 bonus efficiency

Do you need help?

Notice Board

Per partecipare al corso di Fondamenti di programmazione 2023-24 loggatevi e attivatelo nella vostra pagina dei corsi preferiti. A quel punto il corso appare nel menù personale cliccando sul proprio avatar. Per i materiali degli anni precedenti seguite lo stesso metodo.

To join the Programming/Lab 2023-24 course, log-on and select it on the my courses page. It will appear on the personal menu of your avatar. For earlier years use the same method.

Radon library not working anymore

Simone Russolillo (5790 points)
7 10 22
in Programming in Python by (5.8k points)
recategorized by

Guys I can't compute the intricacy of my program.

The radon command:

radon cc -a -s --show-closures program.py

 

is not working anymore for me (it worked for hw2), I paste the command on the terminal but nothing happens.
Can somebody help me? 
312 views
closed with the note: solved

1 Answer

Best answer
gianluca5539 (9820 points)
4 6 44
by (9.8k points)
selected by
You have to change program.py with the name of your python program, for example program01.py
Simone Russolillo (5790 points)
7 10 22
by (5.8k points)
I didn't remember to have done it with hw2 , now it works, thanks
gianluca5539 (9820 points)
4 6 44
by (9.8k points)
That's good news. If my answer solved your problem remember to select it as best! :)