(Hackerrank) HackerRank Python Certification Practice Test

Hackerrank String Manipulation and Methods

Free · Instant Results

What is the output of the following code? python s = 'HackerRank' print(s[2:7:2])
▶ Start Practice Test