| Title | Print using variables |
| Catalog Type | SLCItem |
| Persistent ID | https://acos.cs.vt.edu/html/acos-pcex/acos-pcex-examples/Sequential_Execution__68f8cc219816d6f78f735512?index=0 |
| Platform Name | PCEX |
| Features | — |
| Description | Write a program that generates the output as below. Use only variables in the print-statements, so `print("text")` is not allowed but `print(a)` or `print(a,z,a)` is allowed. Required output: <pre style="margin-left:0mm"> Detroit cows that Detroit cows bully , bully Detroit cows Buffalo buffalo Buffalo buffalo buffalo buffalo Buffalo buffalo </pre> |
| Keywords | — |
| Author | Aditya Joshi |
| Institution | Utrecht University |
| Iframe URL | https://acos.cs.vt.edu/html/acos-pcex/acos-pcex-examples/Sequential_Execution__68f8cc219816d6f78f735512?index=0 |
| Protocol | SPLICE |
| Protocol URL | |
| License | MIT |
| Programming Language | PYTHON |
| Natural Language | en |