User Profile

Collapse

Profile Sidebar

Collapse
Adam4u
Adam4u
Last Activity: Mar 30 '10, 05:55 AM
Joined: Mar 30 '10
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Adam4u
    replied to List function
    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
    See more | Go to post

    Leave a comment:


  • Adam4u
    replied to List function
    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 advance
    See more | Go to post
    Last edited by bvdet; Mar 30 '10, 02:03 AM. Reason: Add code tags

    Leave a comment:


  • Adam4u
    started a topic List function

    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 ]
    See more | Go to post
No activity results to display
Show More
Working...