|
From: Eliahu R. <pa...@su...> - 2001-02-20 13:56:05
|
Hi! How can pass to next line in multi-line construct. The following text from tutorial states that I can, but it doesn't explaint how I can do it: Continuation lines are needed when entering a multi-line construct. As an example, take a look at this if statement: >>> the_world_is_flat = 1 >>> if the_world_is_flat: ... print "Be careful not to fall off!" ... Be careful not to fall off! May be there is a key list in Jythom docs? Or I must to read source code of Jythom to find this info? Eli. |