Skip to content

HTimeHunter/Lab-5_202001088

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

Lab-5_202001088

Name : Harsh Kathiriya

ID : 202001088

Date : 15-03-2023

  • First, I installed the static analysis tool mypy on the system.
  • Then, I downloaded the zip file of the python project from GitHub.

Screenshot 2023-03-15 160016

Error: Cannot find implementation or library stub for module named "matplotlib.image" -> It means the image named matplotlib is not found in the folder.

Error: Source file found twice under different module names: "viz" and "utility.viz" -> Above two files are found 2 times in the folder. So, it is generating redundancy.

Screenshot 2023-03-15 160305

Error: Unsupported operand types for < ("str" and "int") -> comparison between two different data types string and integer.

Error: No overload variant of "getitem" of "list" matches argument type "str" -> Call Overload

08_challange.py Screenshot 2023-03-15 160423

Error: Too many arguments for "fizzbuzz"

02_challange.py Screenshot 2023-03-15 160523

Error: Missing positional argument "max_num" in call to "fizzbuzz" -> Function definition has one argument. But no argument is passed to it while calling it.

Screenshot 2023-03-15 160614

Screenshot 2023-03-15 160658

-> string is not written in double inverted commas.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published