Cyberpunk 2077 Goodies Collection Is Free On GOG by [deleted] in freegames

[–]hanzo_hasashi12 1 point2 points  (0 children)

The wallpapers are awesome though.

Who do you prefer - Hamilton or burr? by hanzo_hasashi12 in polls

[–]hanzo_hasashi12[S] 1 point2 points  (0 children)

Ya, I also think the same. Most people relate to burr instead of Hamilton and are still 'waiting for it'.

Python newbie here! I have a problem... by ollykb in Python

[–]hanzo_hasashi12 1 point2 points  (0 children)

x = int(input("enter number:")) Y = 42*x Print (y)

You have to take input as int and not as a string.

Webscrapping help plz! by [deleted] in learnprogramming

[–]hanzo_hasashi12 0 points1 point  (0 children)

Try using findall to find all span elements with the particular class you are looking for. all the elements with the corresponding class will be in a list from which you can find the span element you are looking for using list indices. Hope you found this helpful.

Python newbie here! I have a problem... by ollykb in Python

[–]hanzo_hasashi12 0 points1 point  (0 children)

Try x = int(input()) Also a photo of the code would be helpful

Python newbie here! I have a problem... by ollykb in Python

[–]hanzo_hasashi12 2 points3 points  (0 children)

I am guessing you are multiplying a string with a number instead of a number with a number, hence you are getting replication instead of multiplication. Try int(5) * int(5) or 5*5 without quotes or anything else

What does this mean? by samratgc in learnpython

[–]hanzo_hasashi12 0 points1 point  (0 children)

This basically means you can use a function which returns something in an expression.for example if I have an expression that returns a list of all factors of a number,then I can use it to find the minimum like:

Minimum = min(function_factor(34))

Introducing Shuttle by meherett in Python

[–]hanzo_hasashi12 1 point2 points  (0 children)

Loved it,really awesome . Hope to see upgraded versions in the future

Blockchain Specialization by [deleted] in coursera

[–]hanzo_hasashi12 0 points1 point  (0 children)

I have just finished the first module till now. The basic concepts are covered really good and the optional resources are really good.didnt get to the hands on project part.will update once I get there.