Breaking News: Grepper is joining You.com. Read the official announcement!
Check it out

a=[5,10,15,25] print(a[::-2])

Super Sloth answered on May 7, 2021 Popularity 6/10 Helpfulness 1/10

Contents


More Related Answers

  • how to print numbers from 1 to 20 in python
  • a function that prints all numbers from 0 - n Added together python
  • print 0 1 2 3 4 in c
  • i = 1 while i <= 100: print(i * *") i = i + 1
  • var a = 5 b = 12 var sum = a b print( )
  • print(1) in python
  • printf("%d", 10 ? 0 ? 5:1:1:12) what will print
  • 2--2 in python prints?
  • what will be the output of the following python code? i = 0 while i < 5: print(i) i += 1 if i == 3: break else: print(0)
  • print(s[::-1])
  • print(i)
  • what will be the output of the following python code? x = 123 for i in x: print(i)
  • how to print the composite numbers
  • if the value is between 1 and 100 inclusive, print “ok;” otherwise, do not print anything
  • print (2 + 3)
  • out put of below program i = 0 while i < 5: print(i) i += 1 if i == 3: break else: print(0)
  • What will be the output? function print(a, b, c){ return a+2; return a*b; return b*c+a; } console.log(print(1,2,3));
  • If Given string A then print 1, If Z print 26 If AA print 27 If AZ print 52 If BA print 53 and so on....
  • printf("%d", 10 ? 0 ? 5:1:1:12) what will print

  • a=[5,10,15,25] print(a[::-2])

    -2
    Popularity 6/10 Helpfulness 1/10 Language whatever
    Source: pynative.com
    Tags: whatever
    Link to this answer
    Share Copy Link
    Contributed on May 07 2021
    Super Sloth
    0 Answers  Avg Quality 2/10


    X

    Continue with Google

    By continuing, I agree that I have read and agree to Greppers's Terms of Service and Privacy Policy.
    X
    Grepper Account Login Required

    Oops, You will need to install Grepper and log-in to perform this action.