mayankjoin3

3 problems csv python algo

Sep 8th, 2025
333
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.26 KB | None | 0 0
  1. for i in range(1,300,4):
  2.      print(f"Prob_{str(i).zfill(3)}:,Prob_{str(i+1).zfill(3)}:,Prob_{str(i+2).zfill(3)}:,")
  3.  
  4. # for i in range(1,300,4):
  5. #     print(f"touch Prob_{str(i).zfill(3)}.cpp,touch Prob_{str(i+1).zfill(3)}.cpp,touch Prob_{str(i+2).zfill(3)}.cpp,")
Advertisement
Add Comment
Please, Sign In to add comment