Python Puzzles
Sunday, July 14, 2024
📑 Rounding
📑 Task
1) What will be the result of running the code?
2) What symbol should be removed so that
the second number in the resulting list becomes 2 less?
📑 Answer
1) [28.0, 66.0]
2) '1' should be removed
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)
📑 Curly Braces inside F-strings
📑 Task 1) Will the code print out the elements of the interval? 2) What minimal changes can be made to the code to see the ...