User Profile
Collapse
-
bvdet and Glenton thanks for your help... i just figured it out from online search, Glenton you were closed to what i wanted.. but thanks -
i'm trying to do a functio that consists two input as arrays or (pairs)
and here what i came up with
Code:def main(): i = [n] i, n = input("Enter any number: ") print " The first input is", i, " and the index is", n
On other hand, I want to print out the number of any integer entered with its array index between bracket... Thanks in advanceLeave a comment:
-
List function
How to do the function for input list of stock in python
like [p(1), p(2), . . . , p(n)], for example [ 23,
53, 55, 42, 31, 40 ]
No activity results to display
Show More
Leave a comment: