py icon indicating copy to clipboard operation
py copied to clipboard

Repository to store sample python programs for python learning

Results 232 py issues
Sort by recently updated
recently updated
newest added

The cross-validation score was not imported into the notebook.

having spaces make's bit trouble

Hi, I tried to simplify the code a bit. Please let me know if anything is to be changed. Thanks, Ramya

Clicking 'view file' displays the original format. I don't know why it was reformatted badly in the preview. Thank you for all you do for the data science enthusiast community....

In the first except block, it is not a NameError, but an AttributeError.

With respect to the "heroes" question, bettered the solution given here, as the original solution used the wrong way of slicing thus appending characters in that place instead of the...

we can also use only one for loop n=int(input("Enter number")) for i in range(1,n+1): print("*"*i) Enter number 3 * ** ***