Skip to content

Tag: python

Is there any way to search through a JSON object for a value? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this post. Closed 10 months ago. Improve this question I’m currently working on a ROBLOX Integrated discord bot with disc…

python printing correct line in program

I am taking a Python programming course with this question on strings: Which prints: I’m getting tripped up on the questions: What is the first, second, third, and fourth line printed by the code above? If a blank line is printed, write Blank. If there is no third line, write None. The only question I g…