You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<b>A single-element tuple</b> <a class=right href="https://hyperskill.org/learn/step/7470">Open on JetBrains Academy</a>
<br><br>
<html>
<head></head>
<body>
<p>Alice tried to define a <code class="java">singleton</code> tuple with the first and only item <code class="java">[0, 1, 1, 2, 3, 5, 8, 13, 21]</code>. Alas, one small detail is missing here. Fix the code Alice wrote.</p>
<p>You are <em>NOT</em> supposed to create a new variable for the tuple or print anything.</p>