-
Notifications
You must be signed in to change notification settings - Fork 0
/
task.html
10 lines (10 loc) · 869 Bytes
/
task.html
1
2
3
4
5
6
7
8
9
10
<b>Voldemort</b> <a class=right href="https://hyperskill.org/learn/step/7003">Open on JetBrains Academy</a>
<br><br>
<html>
<head></head>
<body>
<p>The function used to set a starting point of the random search algorithm is called <strong><em>random.seed()</em></strong> and takes a single integer number. Write a program that takes a single number <strong><em>n</em></strong>, sets a seed to <strong><em>n</em></strong> and then prints a pseudo-randomly chosen letter from the string <strong><em>"Voldemort"</em></strong>.</p>
<p>The variable <strong><em>n</em></strong> is already defined.</p>
</body>
</html><br><b>Sample Input:</b><br>68<br><b>Sample Output:</b><br>r<br><br><br><font color="gray">Memory limit: 256 MB</font><br><font color="gray">Time limit: 15 seconds</font><br><br>
<a href="https://hyperskill.org/learn/step/6263">Show topic summary</a>