Skip to main content
We’ve updated our Terms of Service. A new AI Addendum clarifies how Stack Overflow utilizes AI interactions.
Code Golf

Return to Revisions

4 of 12
deleted 13 characters in body
Gymhgy
  • 8k
  • 12
  • 35

C# (Visual C# Interactive Compiler), 197 bytes

s=>{int y=new Random().Next(10)+1,i=0;for(Write($"How to {s=s.Substring(9,s.Length-10)} in {y} easy steps!\n\n");i++<y;)Write($"Step {i} - {(i==y?(char)(s[0]^32)+s.Remove(0,1):$"Do not "+s)}.\n");}

Try it online!

Gymhgy
  • 8k
  • 12
  • 35

AltStyle によって変換されたページ (->オリジナル) /