string language = "Python";
int numquotes = 2;
string output = language + " has "+ numquotes + " language types.";
Edit: What I should have said was, "No, I don't believe what you want to do is supported by C#. This is as close as you are going to get."
