Advertisement
PaulCastellano

print

Jul 27th, 2018
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.23 KB | None | 0 0
  1. With my code,i get this:
  2. #define DG_ alog (%1) YCMD: alog (%1)
  3. But i want this:
  4. #define DG_alog(%1) YCMD:alog(%1)
  5.  
  6. My code:
  7. print("#define DG_",response[2],"(%1) YCMD:",response[2],"(%1)")
  8.  
  9.  
  10. Is there any way to fix it?Thanks.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement