Python Puzzles
Tuesday, April 23, 2024
📑 A Ternary Numeral System
📑 Task
1) What result will this program produce?
2) Rewrite this function for the numeral system with the base 3 (ternary)
📑 Answer
1) True
2)
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (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 ...
No comments:
Post a Comment