Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 4535660
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 21, 20262026-05-21T14:26:00+00:00 2026-05-21T14:26:00+00:00

I thought every line in pythton is a statment, but have a look below:

  • 0

I thought every line in pythton is a statment, but have a look below:

class Report(p.Report):
 def create(self):
   self.set(background=sp.LightYellow)
   self.add(p.Row(p.Text("Trip Name",
                  valign=p.CENTER,
                  font=p.font(weight=p.BOLD)),
            p.Column(p.Text("Costs",
                     align=p.CENTER)))

I thought we are not allowed to get to next line unless the statement is ended. It writes valign = p.CENTER in the next line. How is it possible? How can we break a line and continue the statement in the next line?
It has also written p.Column in another line, but it has the same indent with p.Row, is it a rule?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-21T14:26:01+00:00Added an answer on May 21, 2026 at 2:26 pm

    Put simply, a statement can continue on to the next line as long as there is an open parenthesis or bracket or brace.

    Valid:

    print ("hello " 
            "world"
            "!")
    

    Invalid:

    print "hello " 
           "world"
           "!"
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I thought the following line of code should work fine: $(.1).attr('href', '#Home'); Right? But
I have a php app that calls a class called Client. Every so often
I thought every time you do a flash[:notice]=Message it would add it to the
i am doing a continuously select every 10seconds, so i thought i would do
I thought this would be fairly easy, but I'm totally baffled. I want one
Never thought I'd have this problem :) The following snippet of code works in
I'm creating a base class that has an isDirty flag. It is set any
So I have tried to find a answer but must not be searching correctly
I've always thought that server-side code is unaffected by the browser requesting it, but
I have an NSTextView for editing a long string without spaces, but with punctuation

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.