<?php $who = "World"; $str = sprintf("Hello, %s!", $who); echo $str, "\n";
You have javascript disabled. You will not be able to edit any code.