I have a geodatabase with multiple feature classes in multiple feature datasets. Each feature class has several fields which are identical and will carry the same value. I want to use python to update all of the fields with the user inputted values. I can use sys.argv to get the values but how do I pass them to every field in the geodatabase? I have attached the code I have written so far but nothing gets populated. Any help would be greatly appreciated. TIA.