When I run code :
%cython
cdef hello():
    print 'hello world!'
I got two files , one is html file and another is C file.
Html contents are:
 1:

 2: include "interrupt.pxi"  # ctrl-c interrupt block support

 3: include "stdsage.pxi"  # ctrl-c interrupt block support

 4:

 5: include "cdefs.pxi"

 6: cdef hello():

 7:     print 'hello world!'

I am new to sage. I dont know much about it. Can you clarify now?
Whats the problem in actual?
I also wish to know what is the problem and how  the desired output
hello world will come.




-- 
Priyanka Kapoor
http://kapoorpriyanka.in
Linux User Group, Ludhiana

-- 
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to 
sage-support+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/sage-support
URL: http://www.sagemath.org

Reply via email to