User Profile

Collapse

Profile Sidebar

Collapse
mirshany
mirshany
Last Activity: Apr 18 '13, 01:32 AM
Joined: Oct 5 '12
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • I am interested to Work with GEM5 so for that i am learning Python and the environment suits me is ubuntu
    See more | Go to post

    Leave a comment:


  • mirshany
    started a topic How to write and save program from Terminal

    How to write and save program from Terminal

    I am using ubuntu how I write my program from terminal to file and then how I open python file in terminal to run.
    Where should be file saved
    See more | Go to post
    Last edited by bvdet; Oct 5 '12, 03:23 PM. Reason: Improve title

  • mirshany
    started a topic Indented block error

    Indented block error

    I could understand yet what indent mean, how to write a block of code in example.

    IndentationErro r: expected an indented block
    Code:
    >>> for letter in 'Python':     # First Example
    ...  if letter == 'h': 
    ... print letter
      File "<stdin>", line 3
        print letter
        ^
    IndentationError: expected an indented block
    See more | Go to post
    Last edited by bvdet; Oct 5 '12, 01:02 PM. Reason: Clarify question, add code tags
No activity results to display
Show More
Working...