4.2. Tabbed Question¶
Any of the existing components can be placed in a tabbed exhibit-style question. This may be used to provide an possible answer or a Disqus discussion box specifically related to a certain question.
Write a program that prints “Hello, world”.
.. tabbed:: exercise1
.. tab:: Question 1
Write a program that prints "Hello, world".
.. activecode:: helloworld
print("Hello, world")
.. tab:: Discussion
.. disqus::
:shortname: interactivepython
:identifier: helloworlddiscussion
You have attempted of activities on this page